From a6ba25801a5a0d02d4996e30fc7a84dd3c0ef7ee Mon Sep 17 00:00:00 2001 From: Matthew R Date: Thu, 16 Apr 2020 09:59:14 -0400 Subject: [PATCH] temporarily remove badge --- src/commands/whois.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands/whois.ts b/src/commands/whois.ts index bc8fe25..4c65a3e 100644 --- a/src/commands/whois.ts +++ b/src/commands/whois.ts @@ -38,6 +38,7 @@ export default class Whois extends Command { } else { embed.setThumbnail(member.avatarURL); } */ + embed.setThumbnail(member.avatarURL); const ackResolve = this.resolveStaffInformation(member.id); let description = ''; if (ackResolve?.title && ackResolve?.dept) {