From 443d627833f5fc19c07d960f51d57bcabf91d45b Mon Sep 17 00:00:00 2001 From: Matthew R Date: Thu, 16 Apr 2020 09:58:06 -0400 Subject: [PATCH] temporarily remove badge --- src/commands/whois.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/commands/whois.ts b/src/commands/whois.ts index 7a29320..bc8fe25 100644 --- a/src/commands/whois.ts +++ b/src/commands/whois.ts @@ -29,7 +29,7 @@ export default class Whois extends Command { } const embed = new RichEmbed(); embed.setAuthor(`${member.user.username}#${member.user.discriminator}`, member.user.avatarURL); - if (member.roles.includes('453689940140883988')) { + /* if (member.roles.includes('453689940140883988')) { embed.setThumbnail('https://static.libraryofcode.org/library_of_code_associate-badge.png'); } else if (member.roles.includes('455972169449734144')) { embed.setThumbnail('https://static.libraryofcode.org/library_of_code_sheriff-badge.png'); @@ -37,7 +37,7 @@ export default class Whois extends Command { embed.setThumbnail('https://static.libraryofcode.org/library_of_code_marshal-badge.png'); } else { embed.setThumbnail(member.avatarURL); - } + } */ const ackResolve = this.resolveStaffInformation(member.id); let description = ''; if (ackResolve?.title && ackResolve?.dept) {