disable T3 purchases

dev
Matthew 2025-02-02 17:38:56 -05:00
parent 96e1ecdafb
commit 7d4f487630
Signed by: matthew
SSH Key Fingerprint: SHA256:piIXekA9q1p0ZGi4ogFbNY1embip5Ytbi3v8AZ8UYq4
2 changed files with 2 additions and 2 deletions

View File

@ -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) {

View File

@ -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) {