diff options
| -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(); |
