Removed todo

Commando
loicbersier 6 years ago
parent be67943245
commit 7045215956

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

@ -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
};
};
Loading…
Cancel
Save