forked from Supositware/Haha-Yes
kick people
This commit is contained in:
parent
76e6d3f611
commit
0881809db7
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ exports.run = (client, message, [mention, ...reason]) => {
|
||||||
return console.log("The Staff role does not exist");
|
return console.log("The Staff role does not exist");
|
||||||
|
|
||||||
if (!message.member.roles.has(StaffRole.id))
|
if (!message.member.roles.has(StaffRole.id))
|
||||||
return message.reply("You can't use this command.");
|
return message.reply("Sick you thought");
|
||||||
|
|
||||||
if (message.mentions.members.size === 0)
|
if (message.mentions.members.size === 0)
|
||||||
return message.reply("Please mention a user to kick");
|
return message.reply("Please mention a user to kick");
|
||||||
|
|
Loading…
Reference in a new issue