From db7785c749404e5650e5dc3cb86cd4117e708e40 Mon Sep 17 00:00:00 2001 From: Bsian Date: Fri, 1 Nov 2019 15:00:00 +0000 Subject: [PATCH] Changed usage --- src/commands/cwg.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/cwg.ts b/src/commands/cwg.ts index 9595950..5ac60f9 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 = `${this.client.config.prefix}cwg create [User ID | Username] [Domain] [Port] \n${this.client.config.prefix}cwg data [Domain/Port]`; + 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.permissions = { roles: ['446104438969466890'] }; this.subcmds = [Create, Data, Delete]; this.enabled = true;