From 93224645018e56d17969186572962529a69cca2c Mon Sep 17 00:00:00 2001 From: loicbersier Date: Mon, 24 Sep 2018 23:08:28 +0200 Subject: [PATCH] added todo --- commands/admin/ban.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/commands/admin/ban.js b/commands/admin/ban.js index 7d1efd1b..31c25761 100644 --- a/commands/admin/ban.js +++ b/commands/admin/ban.js @@ -26,6 +26,9 @@ module.exports = class BanCommand extends Command { } else member.ban().then(member => { message.reply(`${member.user.username} was succesfully banned.`); + + //TODO + //Send a message when the bot didint manage to kick }); } }; \ No newline at end of file