added some new fields for help
This commit is contained in:
parent
7f6d54f14b
commit
7464316789
17 changed files with 88 additions and 51 deletions
|
@ -9,9 +9,10 @@ module.exports = class {
|
|||
this.botPerms = [],
|
||||
this.cooldown = 2000,
|
||||
this.help = {
|
||||
description: 'description',
|
||||
usage: 'usage',
|
||||
examples: 'examples'
|
||||
description: '',
|
||||
arguments: '',
|
||||
details: '',
|
||||
examples: ''
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue