From 2f5c051c8395722835b1bb5e9188ce90d5d37843 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Fri, 19 Oct 2018 14:13:05 +0200 Subject: [PATCH] Blacklist user --- commands/admin/hackban.js | 2 +- json/blacklist.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/commands/admin/hackban.js b/commands/admin/hackban.js index 12d5546..889d852 100644 --- a/commands/admin/hackban.js +++ b/commands/admin/hackban.js @@ -5,7 +5,7 @@ module.exports = class BanCommand extends Command { name: 'hackban', group: 'admin', memberName: 'hackban', - description: 'ban the id of the user even if they are not in the server', + description: 'ban the id of the user even if they are not in the server', guildOnly: true, clientPermissions: ['BAN_MEMBERS'], userPermissions: ['BAN_MEMBERS'], diff --git a/json/blacklist.json b/json/blacklist.json index e788c9f..3a37237 100644 --- a/json/blacklist.json +++ b/json/blacklist.json @@ -1,3 +1,4 @@ { - "placeholder": "placeholder" + "501856229123948545": "Fuck off wierd userbot", + "497730155691638784": "Fuck off wierd userbot" } \ No newline at end of file