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(() => { });