forked from Supositware/Haha-Yes
added todo
This commit is contained in:
parent
aaf43574fb
commit
9322464501
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
});
|
||||
}
|
||||
};
|
Loading…
Reference in a new issue