oops forgot this one

This commit is contained in:
Emily 2020-10-29 19:25:10 +11:00
parent 7464316789
commit ec89ac187b

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: ''
};
}