From 6f6050edad0f0671fdfcc1ef591b77a1333321c0 Mon Sep 17 00:00:00 2001 From: Supositware Date: Mon, 14 Jan 2019 20:07:15 +0100 Subject: [PATCH] changed required user perm --- commands/admin/slowmode.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/admin/slowmode.js b/commands/admin/slowmode.js index 9b9236f..b4a3ac0 100644 --- a/commands/admin/slowmode.js +++ b/commands/admin/slowmode.js @@ -17,7 +17,7 @@ class SlowmodeCommand extends Command { } ], clientPermissions: ['MANAGE_CHANNELS'], - userPermissions: ['MANAGE_CHANNELS'], + userPermissions: ['MANAGE_MESSAGES'], channelRestriction: 'guild', description: { content: 'Put a channel in slowmode',