From e1fcb15747fb6b2c855b3822ff36762cab7a20ff Mon Sep 17 00:00:00 2001 From: Matthew R Date: Sat, 27 Jun 2020 23:51:47 -0400 Subject: [PATCH] remove unneeded comments from whois cmd --- src/commands/whois.ts | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/commands/whois.ts b/src/commands/whois.ts index 60d9cf6..b4ee0cf 100644 --- a/src/commands/whois.ts +++ b/src/commands/whois.ts @@ -29,15 +29,6 @@ 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')) { - 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'); - } else if (member.roles.includes('662163685439045632')) { - embed.setThumbnail('https://static.libraryofcode.org/library_of_code_marshal-badge.png'); - } else { - embed.setThumbnail(member.avatarURL); - } */ embed.setThumbnail(member.avatarURL); const ackResolve = this.resolveStaffInformation(member.id); let description = '';