diff --git a/src/commands/whois.ts b/src/commands/whois.ts index 5b129a2..67d1f67 100644 --- a/src/commands/whois.ts +++ b/src/commands/whois.ts @@ -51,7 +51,7 @@ export default class Whois extends Command { embed.setColor(roleColor); } else if (account.permissions.technician) { details += 'This account belongs to a Technician.\n'; - const roleColor = this.client.guilds.get('701454780828221450').roles.get('701454780828221450').color; + const roleColor = this.client.guilds.get('446067825673633794').roles.get('701454780828221450').color; embed.setColor(roleColor); } else if (account.permissions.staff) { details += 'This account belongs to a Staff member.\n'; diff --git a/src/commands/whois_user.ts b/src/commands/whois_user.ts index 6a26ddd..b42b5fb 100644 --- a/src/commands/whois_user.ts +++ b/src/commands/whois_user.ts @@ -41,7 +41,7 @@ export default class Whois_User extends Command { embed.setColor(roleColor); } else if (account.permissions.technician) { details += 'This account belongs to a Technician.\n'; - const roleColor = this.client.guilds.get('701454780828221450').roles.get('701454780828221450').color; + const roleColor = this.client.guilds.get('446067825673633794').roles.get('701454780828221450').color; embed.setColor(roleColor); } else if (account.permissions.staff) { details += 'This account belongs to a Staff member.\n';