diff --git a/bot/commands/Configuration/userprefix.js b/bot/commands/Configuration/userprefix.js index 2b681dc..dc2d1b1 100644 --- a/bot/commands/Configuration/userprefix.js +++ b/bot/commands/Configuration/userprefix.js @@ -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` ',