diff options
| author | Unknown <Alee14498@gmail.com> | 2017-08-02 17:53:27 -0400 |
|---|---|---|
| committer | Unknown <Alee14498@gmail.com> | 2017-08-02 17:53:27 -0400 |
| commit | 9c1c944667676453b2c920b38bec785a6daed563 (patch) | |
| tree | a64593c8a4dec79c9378ec72c37bc3948a8ce812 /aleebot.js | |
| parent | 7aaabb1abded2eafd74b5201049bfd27ce597219 (diff) | |
| download | AleeBot-9c1c944667676453b2c920b38bec785a6daed563.tar.gz AleeBot-9c1c944667676453b2c920b38bec785a6daed563.tar.bz2 AleeBot-9c1c944667676453b2c920b38bec785a6daed563.zip | |
Updating ab:mod
Diffstat (limited to 'aleebot.js')
| -rw-r--r-- | aleebot.js | 2 |
1 files changed, 1 insertions, 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' + |
