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