remove guildOnly
This commit is contained in:
parent
6b73fb6a36
commit
744327adab
4 changed files with 0 additions and 4 deletions
|
@ -3,7 +3,6 @@ module.exports = class {
|
|||
this.name = name,
|
||||
this.category = category,
|
||||
this.enabled = true,
|
||||
this.guildOnly = false,
|
||||
this.devOnly = true,
|
||||
this.aliases = [],
|
||||
this.userPerms = [],
|
||||
|
|
|
@ -3,7 +3,6 @@ module.exports = class {
|
|||
this.name = name,
|
||||
this.category = category,
|
||||
this.enabled = true,
|
||||
this.guildOnly = false,
|
||||
this.devOnly = true,
|
||||
this.aliases = [],
|
||||
this.userPerms = [],
|
||||
|
|
|
@ -3,7 +3,6 @@ module.exports = class {
|
|||
this.name = name,
|
||||
this.category = category,
|
||||
this.enabled = true,
|
||||
this.guildOnly = false,
|
||||
this.devOnly = false,
|
||||
this.aliases = [],
|
||||
this.userPerms = ['administrator'],
|
||||
|
|
|
@ -6,7 +6,6 @@ module.exports = class {
|
|||
this.name = name,
|
||||
this.category = category,
|
||||
this.enabled = true,
|
||||
this.guildOnly = false,
|
||||
this.devOnly = false,
|
||||
this.aliases = [],
|
||||
this.userPerms = [],
|
||||
|
|
Loading…
Reference in a new issue