PM the user with the reasons
This commit is contained in:
parent
7887614987
commit
64bca3c58a
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ module.exports = class KickCommand extends Command {
|
||||||
reasons = 'Nothing have been specified.'
|
reasons = 'Nothing have been specified.'
|
||||||
if(member.id === message.author.id)
|
if(member.id === message.author.id)
|
||||||
return message.say("Why would you kick yourself ?")
|
return message.say("Why would you kick yourself ?")
|
||||||
|
await member.send(`You have been kicked for the following reasons: "${reasons}"`);
|
||||||
member.kick(`Kicked by : ${message.author.username} for the following reasons : ${reasons}`)
|
member.kick(`Kicked by : ${message.author.username} for the following reasons : ${reasons}`)
|
||||||
.then(() => message.reply(`${member.user.username} was succesfully kicked with the following reasons "${reasons}".`));
|
.then(() => message.reply(`${member.user.username} was succesfully kicked with the following reasons "${reasons}".`));
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue