added some new fields for help
This commit is contained in:
parent
7f6d54f14b
commit
7464316789
17 changed files with 88 additions and 51 deletions
|
@ -10,7 +10,8 @@ module.exports = class {
|
|||
this.cooldown = 0,
|
||||
this.help = {
|
||||
description: 'Evalutes and executes JavaScript code.',
|
||||
usage: 'eval <code>',
|
||||
arguments: '<code>',
|
||||
details: '',
|
||||
examples: 'eval this.client.deleteCapitalism()'
|
||||
};
|
||||
}
|
||||
|
|
|
@ -10,7 +10,8 @@ module.exports = class {
|
|||
this.cooldown = 0,
|
||||
this.help = {
|
||||
description: 'Reloads all commands and event modules.',
|
||||
usage: 'reload',
|
||||
arguments: '',
|
||||
details: '',
|
||||
examples: undefined
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue