mirror of
https://github.com/Alee14/AleeBot.git
synced 2025-01-23 11:41:51 -05:00
Updating ab:mod
This commit is contained in:
parent
7aaabb1abd
commit
9c1c944667
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ client.on("message", function(message){
|
|||
|
||||
if(command === 'mod'){
|
||||
message.reply("This is working progress if you want to help do **"+prefix+"git** then go to the site and start a pull request")
|
||||
if(!message.member.roles.some(r=>["Admin", "Moderator","Co-Owner", "AleeBot Creator"].includes(r.name)) )
|
||||
if(!message.member.roles.some(r=>["Admin", "Moderator","Co-Owner", "AleeBot Creator", "Staff", "Owner","King Alee"].includes(r.name)) )
|
||||
return message.reply("Hey! Your not a Co-Owner or Admin or Moderator!");
|
||||
message.channel.send ('```Commands for Staff!\n\n' +
|
||||
'ab:kick Kicks people\n' +
|
||||
|
|
Loading…
Add table
Reference in a new issue