From 530529a616b54e8f88e0a3164f9a914c860c1ad8 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Wed, 21 Aug 2019 20:50:24 +0200 Subject: [PATCH] client perm --- commands/admin/banword.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/admin/banword.js b/commands/admin/banword.js index fcdd8cca..2f505b9c 100644 --- a/commands/admin/banword.js +++ b/commands/admin/banword.js @@ -7,6 +7,7 @@ class BannedWordsCommand extends Command { aliases: ['bannedword', 'banword'], category: 'admin', userPermissions: ['MANAGE_MESSAGES'], + clientPermissions: ['MANAGE_MESSAGES'], args: [ { id: 'word',