From 0b15ff3ad6f42506710d6aee79b3f0ca43e2f075 Mon Sep 17 00:00:00 2001 From: Matthew R Date: Tue, 6 Oct 2020 23:22:10 -0400 Subject: [PATCH] fix --- src/commands/applyt2.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/applyt2.ts b/src/commands/applyt2.ts index 2d7702d..fb0f907 100644 --- a/src/commands/applyt2.ts +++ b/src/commands/applyt2.ts @@ -38,7 +38,7 @@ export default class ApplyT2 extends Command { embed.setColor('#0099ff'); embed.addField('User', `${account.username} | <@${account.userID}>`, true); embed.addField('Technician', 'SYSTEM', true); - embed.addField('Old Tier -> New Tier', `${account.tier} -> ${args[1]}`, true); + embed.addField('Old Tier -> New Tier', `${account.tier} -> 2`, true); embed.setFooter(this.client.user.username, this.client.user.avatarURL); embed.setTimestamp(); await this.client.util.sendMessageToUserTerminal(account.username, 'A technician has changed your tier to 2').catch(() => { });