remove guildOnly

This commit is contained in:
Emily 2020-10-23 14:26:00 +11:00
parent 6b73fb6a36
commit 744327adab
4 changed files with 0 additions and 4 deletions

View file

@ -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 = [],

View file

@ -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 = [],

View file

@ -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'],

View file

@ -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 = [],