diff --git a/src/commands/whois.ts b/src/commands/whois.ts index cf7dc46..9b364c6 100644 --- a/src/commands/whois.ts +++ b/src/commands/whois.ts @@ -35,8 +35,8 @@ export default class Whois extends Command { const embed = new RichEmbed(); embed.setTitle('Account Information'); embed.setThumbnail(thumbnail); - if (full) this.full(account, embed, message.member); - else this.default(account, embed); + if (full) await this.full(account, embed, message.member); + else await this.default(account, embed); let details = ''; let role: Role;