oops forgot this one
This commit is contained in:
parent
7464316789
commit
ec89ac187b
1 changed files with 4 additions and 3 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…
Reference in a new issue