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

@ -9,9 +9,10 @@ module.exports = class {
this.botPerms = [],
this.cooldown = 2000,
this.help = {
description: 'description',
usage: 'usage',
examples: 'examples'
description: '',
arguments: '',
details: '',
examples: ''
};
}