This commit is contained in:
Emily 2021-03-04 12:56:03 +11:00
parent 744ec1951a
commit 4052a5ce2c
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ module.exports = class {
this.category = category,
this.enabled = true,
this.devOnly = false,
this.aliases = ['inspire'],
this.aliases = [],
this.userPerms = [],
this.botPerms = [],
this.cooldown = 2000,