From a5f6ab86b51a1cc2d8e82f1f15dbc5e0fd33178c Mon Sep 17 00:00:00 2001 From: loicbersier Date: Fri, 19 Oct 2018 12:58:14 +0200 Subject: [PATCH] Updated description --- commands/admin/hackban.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/admin/hackban.js b/commands/admin/hackban.js index bf032b97..12d55464 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 mentionned user even if they are not in the server (with id)', + description: 'ban the id of the user even if they are not in the server', guildOnly: true, clientPermissions: ['BAN_MEMBERS'], userPermissions: ['BAN_MEMBERS'],