From 4600cc920fda020cbef37f73a32e57077319943d Mon Sep 17 00:00:00 2001 From: Alee14 Date: Sat, 12 Aug 2017 14:26:00 -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 21f475a..f659cab 100644 --- a/aleebot.js +++ b/aleebot.js @@ -258,7 +258,7 @@ commandProcessed = true; } if(command === 'say'){ - if(message.author.id == 242775871059001344242775871059001344){ + if(message.author.id !== config.ownerID){ } else { message.reply("Hey! You're not Alee14!") @@ -269,7 +269,7 @@ commandProcessed = true; } if(command === 'eval'){ - if(message.author.id == 242775871059001344242775871059001344) return; + if(message.author.id !== config.ownerID) return; try { const code = args.join(" "); let evaled = eval(code); -- cgit v1.2.3