From 9e25fcf5442dee18ef2812e7f27a4f24c6fd2c03 Mon Sep 17 00:00:00 2001 From: Alee14 Date: Sat, 12 Aug 2017 14:16:57 -0400 Subject: Update aleebot.js --- aleebot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aleebot.js b/aleebot.js index 05334d8..21f475a 100644 --- a/aleebot.js +++ b/aleebot.js @@ -269,7 +269,7 @@ commandProcessed = true; } if(command === 'eval'){ - if(message.author.id !== config.ownerID) return; + if(message.author.id == 242775871059001344242775871059001344) return; try { const code = args.join(" "); let evaled = eval(code); -- cgit v1.2.3