rename
This commit is contained in:
parent
744ec1951a
commit
4052a5ce2c
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ module.exports = class {
|
||||||
this.category = category,
|
this.category = category,
|
||||||
this.enabled = true,
|
this.enabled = true,
|
||||||
this.devOnly = false,
|
this.devOnly = false,
|
||||||
this.aliases = ['inspire'],
|
this.aliases = [],
|
||||||
this.userPerms = [],
|
this.userPerms = [],
|
||||||
this.botPerms = [],
|
this.botPerms = [],
|
||||||
this.cooldown = 2000,
|
this.cooldown = 2000,
|
Loading…
Reference in a new issue