added some new fields for help

This commit is contained in:
Emily 2020-10-29 19:20:45 +11:00
parent 7f6d54f14b
commit 7464316789
17 changed files with 88 additions and 51 deletions

View file

@ -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()'
};
}

View file

@ -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
};
}