From 07025a7296825d5a607d2eeb20f22f4e6241562a Mon Sep 17 00:00:00 2001 From: CaptV0rt3x Date: Thu, 23 May 2019 23:42:32 +0530 Subject: [PATCH] Hide Stuff --- src/commands/ban.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/commands/ban.js b/src/commands/ban.js index 91cfe8e..2267ba3 100644 --- a/src/commands/ban.js +++ b/src/commands/ban.js @@ -8,7 +8,6 @@ exports.command = function (message) { message.mentions.users.map((user) => { var count = state.warnings.filter(x => x.id === user.id && !x.cleared).length || 0; - message.channel.send(`${user}, You will now be banned from this server.`); logger.info(`${message.author.toString()} has banned ${user.toString()} ${user} ${user.username}.`); state.logChannel.send(`${message.author} has banned ${user} ${user.username} [${count}].`);