diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-08-12 12:26:08 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-12 12:26:08 -0400 |
| commit | fc37c92a31582aad7475b8963e8dd1d16d615460 (patch) | |
| tree | ff81ab0f0c51ec42316dbae780199c7a8423b444 | |
| parent | 1d0714411c500a0d96bf062e2483212ae06e4a55 (diff) | |
| download | AleeBot-fc37c92a31582aad7475b8963e8dd1d16d615460.tar.gz AleeBot-fc37c92a31582aad7475b8963e8dd1d16d615460.tar.bz2 AleeBot-fc37c92a31582aad7475b8963e8dd1d16d615460.zip | |
Update aleebot.js
| -rw-r--r-- | aleebot.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -199,7 +199,7 @@ commandProcessed = true; 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 staff!"); + return message.reply("Hey! You're not a staff!"); message.channel.send ('```Commands for Staff!\n\n' + 'ab:kick Kicks people\n' + 'ab:ban Bans People\n' + @@ -259,7 +259,7 @@ commandProcessed = true; if(command === 'say'){ if(message.author.id !== config.ownerID) - message.reply('Hey! Your not Alee14!') + message.reply("Hey! You're not Alee14!") return; message.channel.sendMessage(args.join(" ")); message.delete(); |
