aboutsummaryrefslogtreecommitdiff
path: root/aleebot.js
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2017-08-12 12:26:08 -0400
committerGitHub <noreply@github.com>2017-08-12 12:26:08 -0400
commitfc37c92a31582aad7475b8963e8dd1d16d615460 (patch)
treeff81ab0f0c51ec42316dbae780199c7a8423b444 /aleebot.js
parent1d0714411c500a0d96bf062e2483212ae06e4a55 (diff)
downloadAleeBot-fc37c92a31582aad7475b8963e8dd1d16d615460.tar.gz
AleeBot-fc37c92a31582aad7475b8963e8dd1d16d615460.tar.bz2
AleeBot-fc37c92a31582aad7475b8963e8dd1d16d615460.zip
Update aleebot.js
Diffstat (limited to 'aleebot.js')
-rw-r--r--aleebot.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/aleebot.js b/aleebot.js
index c4ae5d5..b591e19 100644
--- a/aleebot.js
+++ b/aleebot.js
@@ -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();