forked from engineering/cloudservices
Changed usage
parent
6e39a27dc5
commit
db7785c749
|
@ -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] <Path to x509 cert> <Path to x509 key>\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;
|
||||
|
|
Loading…
Reference in New Issue