Fix loading information
parent
15d703fd82
commit
b315d471a7
|
@ -35,8 +35,8 @@ export default class Whois extends Command {
|
||||||
const embed = new RichEmbed();
|
const embed = new RichEmbed();
|
||||||
embed.setTitle('Account Information');
|
embed.setTitle('Account Information');
|
||||||
embed.setThumbnail(thumbnail);
|
embed.setThumbnail(thumbnail);
|
||||||
if (full) this.full(account, embed, message.member);
|
if (full) await this.full(account, embed, message.member);
|
||||||
else this.default(account, embed);
|
else await this.default(account, embed);
|
||||||
|
|
||||||
let details = '';
|
let details = '';
|
||||||
let role: Role;
|
let role: Role;
|
||||||
|
|
Loading…
Reference in New Issue