Skip to content

Commit

Permalink
fix: Added a missing await
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Cavanagh committed Aug 19, 2023
1 parent e8f5eaf commit 97df8c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ps2/commands/verify.command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export class PS2VerifyCommand {
return isValid;
}

this.ps2GameVerificationService.watch(character, guildMember);
await this.ps2GameVerificationService.watch(character, guildMember);

// Successful!
return `Your character "${character.name.first}" has been detected as a member of DIG. However, to fully verify you, you now need follow the below steps.`;
Expand Down

0 comments on commit 97df8c1

Please sign in to comment.