Merge branch 'dev'

pull/29/head
Matthew 2020-11-08 05:05:28 -05:00
commit 4bfad7c5be
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
1 changed files with 1 additions and 1 deletions

View File

@ -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;