Fix loading information

merge-requests/4/head
Bsian 2020-06-09 22:55:54 +01:00
parent 15d703fd82
commit b315d471a7
No known key found for this signature in database
GPG Key ID: 097FB9A291026091
1 changed files with 2 additions and 2 deletions

View File

@ -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;