1
0
Fork 0

Stop failing to load command

refactor/models
Bsian 2019-11-01 15:07:21 +00:00
parent da2435fbcc
commit 98cfa9f49e
No known key found for this signature in database
GPG Key ID: 097FB9A291026091
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ export default class CWG extends Command {
super(client);
this.name = 'cwg';
this.description = 'Manages aspects for the CWG.';
this.usage = `Run ${this.client.config.prefix}${this.name} ${this.client.commands.get(this.name).subcommands.map((s) => s.name).join(' / ')} for usage information`;
this.usage = `Run ${this.client.config.prefix}${this.name} [subcommand] for usage information`;
this.permissions = { roles: ['446104438969466890'] };
this.subcmds = [Create, Data, Delete];
this.enabled = true;