Fix loading information
parent
15d703fd82
commit
b315d471a7
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue