From fc37c92a31582aad7475b8963e8dd1d16d615460 Mon Sep 17 00:00:00 2001 From: Alee14 Date: Sat, 12 Aug 2017 12:26:08 -0400 Subject: Update aleebot.js --- aleebot.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'aleebot.js') 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(); -- cgit v1.2.3