Removed todo

Commando
loicbersier 6 years ago
parent be67943245
commit 7045215956

@ -25,8 +25,5 @@ module.exports = class BanCommand extends Command {
} else } else
member.ban() member.ban()
.then(() => message.reply(`${member.user.username} was succesfully banned.`)); .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 } else
member.kick() member.kick()
.then(() => message.reply(`${member.user.username} was succesfully kicked.`)); .then(() => message.reply(`${member.user.username} was succesfully kicked.`));
//TODO
//Send a message when the bot didint manage to kick
}; };
}; };
Loading…
Cancel
Save