Removed todo

This commit is contained in:
loicbersier 2018-09-25 22:48:36 +02:00
parent be67943245
commit 7045215956
2 changed files with 0 additions and 6 deletions

View file

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

View file

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