diff --git a/commands/admin/ban.js b/commands/admin/ban.js index 0f23cd4..d766ce4 100644 --- a/commands/admin/ban.js +++ b/commands/admin/ban.js @@ -25,8 +25,5 @@ module.exports = class BanCommand extends Command { } else member.ban() .then(() => 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 diff --git a/commands/admin/kick.js b/commands/admin/kick.js index a271dae..feefdb9 100644 --- a/commands/admin/kick.js +++ b/commands/admin/kick.js @@ -25,8 +25,5 @@ module.exports = class KickCommand extends Command { } else member.kick() .then(() => message.reply(`${member.user.username} was succesfully kicked.`)); - - //TODO - //Send a message when the bot didint manage to kick }; }; \ No newline at end of file