added todo

This commit is contained in:
loicbersier 2018-09-24 23:08:28 +02:00
parent aaf43574fb
commit 9322464501

View file

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