diff --git a/src/commands/billing.ts b/src/commands/billing.ts index b25176f..f061fa8 100644 --- a/src/commands/billing.ts +++ b/src/commands/billing.ts @@ -14,7 +14,7 @@ export default class Billing extends Command { this.subcmds = [Billing_T3]; this.permissions = 0; this.guildOnly = false; - this.enabled = true; + this.enabled = false; } public async run(ctx: CmdContext) { diff --git a/src/commands/billing_t3.ts b/src/commands/billing_t3.ts index 4dd51d7..8be2140 100644 --- a/src/commands/billing_t3.ts +++ b/src/commands/billing_t3.ts @@ -12,7 +12,7 @@ export default class Billing_T3 extends Command { this.usage = `${this.client.config.prefix}billing t3 [promoCode]`; this.permissions = 0; this.guildOnly = false; - this.enabled = true; + this.enabled = false; } public async run(ctx: CmdContext) {