diff --git a/src/commands/billing_t3.ts b/src/commands/billing_t3.ts index 726be28..fb474ac 100644 --- a/src/commands/billing_t3.ts +++ b/src/commands/billing_t3.ts @@ -5,7 +5,7 @@ import { Client, Command } from '../class'; export default class Billing_T3 extends Command { constructor(client: Client) { super(client); - this.name = 't2'; + this.name = 't3'; this.description = 'Subscription to CS Tier 3.'; this.usage = `${this.client.config.prefix}billing t3`; this.permissions = 0;