From 1dec1f54ea7212baf618293978b4720ef0c1fd7c Mon Sep 17 00:00:00 2001 From: Loic Bersier Date: Fri, 7 Dec 2018 21:03:16 +0100 Subject: [PATCH] forgot to make blacklist owner only --- commands/owner/blacklist.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/owner/blacklist.js b/commands/owner/blacklist.js index 3d5b2654..2162cb20 100644 --- a/commands/owner/blacklist.js +++ b/commands/owner/blacklist.js @@ -8,6 +8,7 @@ module.exports = class BlacklistCommand extends Command { group: 'owner', memberName: 'blacklist', description: `To blacklist a user from the bot`, + ownerOnly: true, args: [ { key: 'user',