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.botPerms = [],
|
||||||
this.cooldown = 2000,
|
this.cooldown = 2000,
|
||||||
this.help = {
|
this.help = {
|
||||||
description: 'description',
|
description: '',
|
||||||
usage: 'usage',
|
arguments: '',
|
||||||
examples: 'examples'
|
details: '',
|
||||||
|
examples: ''
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue