From d857c7b8cc8db77bc77c6a379d767b62bd13b39e Mon Sep 17 00:00:00 2001 From: Cesium Date: Sun, 2 Nov 2025 18:34:53 -0500 Subject: [PATCH] d --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 61a7516..78ca80a 100644 --- a/index.js +++ b/index.js @@ -23,6 +23,7 @@ client.once(Events.ClientReady, readyClient => { }); client.login(token); +const peopleWhoCanFunnyEval = ['230659159450845195', '297983197990354944'] client.on(Events.MessageCreate, message => { // if we smell a twitter link, girlcock it! const regexProfile = /https?:\/\/x\.com\/(.*?)\/status\/(\d+)/; @@ -41,7 +42,6 @@ client.on(Events.MessageCreate, message => { } // hehe an eval :3 yeah im hardcoding myself - const peopleWhoCanFunnyEval = ['230659159450845195', '297983197990354944'] if (message.content.startsWith('!eval ') && peopleWhoCanFunnyEval.includes(message.author.id)) { const code = message.content.slice(6); try {