From d57af1b66935679cf3d5b3e0629928376b7cfedc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Bersier?= Date: Tue, 13 Nov 2018 20:24:16 +0100 Subject: [PATCH] Ban command can also ban people outside the serer --- commands/admin/ban.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/admin/ban.js b/commands/admin/ban.js index 08fcae96..cd9d01b7 100644 --- a/commands/admin/ban.js +++ b/commands/admin/ban.js @@ -13,7 +13,7 @@ module.exports = class BanCommand extends Command { { key: 'member', prompt: 'Wich member would you like to ban?', - type: 'member', + type: 'user', }, { key: 'reasons',