From b1180d266b78214109e758947579ceb79cfdf65a Mon Sep 17 00:00:00 2001 From: Alee14 Date: Sat, 12 Aug 2017 12:45:01 -0400 Subject: Update aleebot.js --- aleebot.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/aleebot.js b/aleebot.js index b591e19..a22bc39 100644 --- a/aleebot.js +++ b/aleebot.js @@ -258,8 +258,11 @@ commandProcessed = true; } if(command === 'say'){ - if(message.author.id !== config.ownerID) - message.reply("Hey! You're not Alee14!") + if(message.author.id == 242775871059001344242775871059001344){ + + } else { + message.reply("Hey! You're not Alee14!") + } return; message.channel.sendMessage(args.join(" ")); message.delete(); -- cgit v1.2.3