Removed todo
This commit is contained in:
parent
be67943245
commit
7045215956
2 changed files with 0 additions and 6 deletions
|
@ -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…
Reference in a new issue