1
0
Fork 0

added todo

Commando
loicbersier 6 years ago
parent aaf43574fb
commit 9322464501

@ -26,6 +26,9 @@ module.exports = class BanCommand extends Command {
} else } else
member.ban().then(member => { member.ban().then(member => {
message.reply(`${member.user.username} was succesfully banned.`); message.reply(`${member.user.username} was succesfully banned.`);
//TODO
//Send a message when the bot didint manage to kick
}); });
} }
}; };
Loading…
Cancel
Save