From 96463811cc4fb892582091c503b02a129532a82c Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Sat, 24 Aug 2024 14:21:14 -0500 Subject: [PATCH] embed test --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 647945d..4272fa9 100755 --- a/index.js +++ b/index.js @@ -13,7 +13,7 @@ app.use("/getupdates",(req, res) => { }); let debugging=true;//Do not turn this off, the service worker is all kinds of jank as is, it'll really mess your day up if you disable this function isembed(str){ - return str.includes("discord")||str.includes("Spacebar"); + return false//str.includes("discord")||str.includes("Spacebar"); } async function getapiurls(str){ if(str[str.length-1]!=="/"){