From 30ae1cdcb7d0d39c6cd39a2a092599ffe6dcf969 Mon Sep 17 00:00:00 2001 From: Emily J Date: Fri, 23 Oct 2020 14:26:10 +1100 Subject: [PATCH] remove guildOnly --- bot/commands/Configuration/userprefix.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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` ',