diff --git a/src/commands/cwg.ts b/src/commands/cwg.ts index 5ac60f9..be3e69b 100644 --- a/src/commands/cwg.ts +++ b/src/commands/cwg.ts @@ -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;