From 134e160c167ca146c9d398f40f560f5aa2727b83 Mon Sep 17 00:00:00 2001 From: Cesium Date: Sun, 16 Nov 2025 17:06:14 -0500 Subject: [PATCH] that was a `let` withc such a high scope just because of a funny bit, thats actually really not a good idea --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 4e16aaf..7cfc10d 100644 --- a/index.js +++ b/index.js @@ -23,7 +23,6 @@ client.once(Events.ClientReady, readyClient => { }); client.login(token); -let peopleWhoCanFunnyEval = ['230659159450845195', '297983197990354944'] client.on(Events.MessageCreate, message => { // if we smell a twitter link, girlcock it! @@ -41,8 +40,9 @@ client.on(Events.MessageCreate, message => { console.error(err.stack?.split('\n')[0] || err.message || String(err).split('\n')[0]) ) } - + // hehe an eval :3 yeah im hardcoding myself + const peopleWhoCanFunnyEval = ['230659159450845195', '297983197990354944'] if (message.content.startsWith('!eval') && peopleWhoCanFunnyEval.includes(message.author.id)) { let code = message.content.substring('!eval'.length).trim();