From 2bcddf0a4c394df4d2ced37cf457b4c31fb1ef59 Mon Sep 17 00:00:00 2001 From: Matthew R Date: Sun, 8 Nov 2020 05:05:20 -0500 Subject: [PATCH] fix --- src/commands/billing_t3.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;