temporarily remove badge
parent
257c8f9e28
commit
443d627833
|
@ -29,7 +29,7 @@ export default class Whois extends Command {
|
||||||
}
|
}
|
||||||
const embed = new RichEmbed();
|
const embed = new RichEmbed();
|
||||||
embed.setAuthor(`${member.user.username}#${member.user.discriminator}`, member.user.avatarURL);
|
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');
|
embed.setThumbnail('https://static.libraryofcode.org/library_of_code_associate-badge.png');
|
||||||
} else if (member.roles.includes('455972169449734144')) {
|
} else if (member.roles.includes('455972169449734144')) {
|
||||||
embed.setThumbnail('https://static.libraryofcode.org/library_of_code_sheriff-badge.png');
|
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');
|
embed.setThumbnail('https://static.libraryofcode.org/library_of_code_marshal-badge.png');
|
||||||
} else {
|
} else {
|
||||||
embed.setThumbnail(member.avatarURL);
|
embed.setThumbnail(member.avatarURL);
|
||||||
}
|
} */
|
||||||
const ackResolve = this.resolveStaffInformation(member.id);
|
const ackResolve = this.resolveStaffInformation(member.id);
|
||||||
let description = '';
|
let description = '';
|
||||||
if (ackResolve?.title && ackResolve?.dept) {
|
if (ackResolve?.title && ackResolve?.dept) {
|
||||||
|
|
Loading…
Reference in New Issue