diff options
| author | Unknown <Alee14498@gmail.com> | 2017-08-02 17:56:59 -0400 |
|---|---|---|
| committer | Unknown <Alee14498@gmail.com> | 2017-08-02 17:56:59 -0400 |
| commit | 54ec23e6306d724f64dd2c7b1307e0b697366c69 (patch) | |
| tree | 982a076ca5edcef636ad878fac2de0922f7f7a84 | |
| parent | f3198df7a09a28262e10998a6151bf25d796caf3 (diff) | |
| download | AleeBot-54ec23e6306d724f64dd2c7b1307e0b697366c69.tar.gz AleeBot-54ec23e6306d724f64dd2c7b1307e0b697366c69.tar.bz2 AleeBot-54ec23e6306d724f64dd2c7b1307e0b697366c69.zip | |
Updating ab:mod again
| -rw-r--r-- | aleebot.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -152,7 +152,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", "Staff", "Owner","King Alee"].includes(r.name)) ) - return message.reply("Hey! Your not a part of staff!"); + return message.reply("Hey! Your not a staff!"); message.channel.send ('```Commands for Staff!\n\n' + 'ab:kick Kicks people\n' + 'ab:ban Bans People\n' + |
