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.name = name,
|
||||||
this.category = category,
|
this.category = category,
|
||||||
this.enabled = true,
|
this.enabled = true,
|
||||||
this.guildOnly = false,
|
|
||||||
this.devOnly = true,
|
this.devOnly = true,
|
||||||
this.aliases = [],
|
this.aliases = [],
|
||||||
this.userPerms = [],
|
this.userPerms = [],
|
||||||
|
|
|
@ -3,7 +3,6 @@ module.exports = class {
|
||||||
this.name = name,
|
this.name = name,
|
||||||
this.category = category,
|
this.category = category,
|
||||||
this.enabled = true,
|
this.enabled = true,
|
||||||
this.guildOnly = false,
|
|
||||||
this.devOnly = true,
|
this.devOnly = true,
|
||||||
this.aliases = [],
|
this.aliases = [],
|
||||||
this.userPerms = [],
|
this.userPerms = [],
|
||||||
|
|
|
@ -3,7 +3,6 @@ module.exports = class {
|
||||||
this.name = name,
|
this.name = name,
|
||||||
this.category = category,
|
this.category = category,
|
||||||
this.enabled = true,
|
this.enabled = true,
|
||||||
this.guildOnly = false,
|
|
||||||
this.devOnly = false,
|
this.devOnly = false,
|
||||||
this.aliases = [],
|
this.aliases = [],
|
||||||
this.userPerms = ['administrator'],
|
this.userPerms = ['administrator'],
|
||||||
|
|
|
@ -6,7 +6,6 @@ module.exports = class {
|
||||||
this.name = name,
|
this.name = name,
|
||||||
this.category = category,
|
this.category = category,
|
||||||
this.enabled = true,
|
this.enabled = true,
|
||||||
this.guildOnly = false,
|
|
||||||
this.devOnly = false,
|
this.devOnly = false,
|
||||||
this.aliases = [],
|
this.aliases = [],
|
||||||
this.userPerms = [],
|
this.userPerms = [],
|
||||||
|
|
Loading…
Reference in a new issue