fix
parent
2d42375484
commit
2bcddf0a4c
|
@ -5,7 +5,7 @@ import { Client, Command } from '../class';
|
||||||
export default class Billing_T3 extends Command {
|
export default class Billing_T3 extends Command {
|
||||||
constructor(client: Client) {
|
constructor(client: Client) {
|
||||||
super(client);
|
super(client);
|
||||||
this.name = 't2';
|
this.name = 't3';
|
||||||
this.description = 'Subscription to CS Tier 3.';
|
this.description = 'Subscription to CS Tier 3.';
|
||||||
this.usage = `${this.client.config.prefix}billing t3`;
|
this.usage = `${this.client.config.prefix}billing t3`;
|
||||||
this.permissions = 0;
|
this.permissions = 0;
|
||||||
|
|
Loading…
Reference in New Issue