Hide Stuff

This commit is contained in:
CaptV0rt3x 2019-05-23 23:42:32 +05:30
parent d136e5aa6d
commit 07025a7296
1 changed files with 0 additions and 1 deletions

View File

@ -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}].`);