diff options
| -rw-r--r-- | aleebot.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -150,9 +150,9 @@ 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)) ) return message.reply("Hey! Your not a Co-Owner or Admin or Moderator!"); - message.reply("This is working progress if you want to help do **"+prefix+"git** then go to the site and start a pull request") message.channel.send ('```Commands for Staff!\n\n' + 'ab:kick Kicks people\n' + 'ab:ban Bans People\n' + |
