From 7c747292a701608ba094eb6b8ea3bf756ed00bff Mon Sep 17 00:00:00 2001 From: loicbersier Date: Mon, 13 May 2019 15:09:58 +0200 Subject: [PATCH] can ban user outside of the server --- 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 8c893473..524305f4 100644 --- a/commands/admin/ban.js +++ b/commands/admin/ban.js @@ -8,7 +8,7 @@ class BanCommand extends Command { args: [ { id: 'member', - type: 'member' + type: 'user' }, { id: 'reasons',