disable T3 purchases
parent
96e1ecdafb
commit
7d4f487630
|
@ -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) {
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue