remove guildOnly
This commit is contained in:
parent
744327adab
commit
30ae1cdcb7
1 changed files with 1 additions and 2 deletions
|
@ -3,12 +3,11 @@ module.exports = class {
|
|||
this.name = name,
|
||||
this.category = category,
|
||||
this.enabled = true,
|
||||
this.guildOnly = false,
|
||||
this.devOnly = false,
|
||||
this.aliases = [],
|
||||
this.userPerms = [],
|
||||
this.botPerms = [],
|
||||
this.cooldown = 10000,
|
||||
this.cooldown = 5000,
|
||||
this.help = {
|
||||
description: 'Sets your own personal prefix for woomy, that works in all servers and DM\'s.',
|
||||
usage: 'userprefix` <new prefix>',
|
||||
|
|
Loading…
Reference in a new issue