From 6a5259b2b6565cdf26bd763cb0c81b798f3d048e Mon Sep 17 00:00:00 2001 From: Cynthia Foxwell Date: Thu, 21 Nov 2024 12:21:40 -0700 Subject: [PATCH] disable anonradio message timer --- src/modules/anonradio.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/modules/anonradio.js b/src/modules/anonradio.js index 3e2eb97..9a5181f 100644 --- a/src/modules/anonradio.js +++ b/src/modules/anonradio.js @@ -1,12 +1,12 @@ -const GUILD_ID = "300436792916836352"; +/*const GUILD_ID = "300436792916836352"; const THREAD_ID = "1054106209273253888"; -const MESSAGE_ID = "1054109813132509245"; +const MESSAGE_ID = "1054109813132509245";*/ if (hf.__anonradio_timeout) { clearTimeout(hf.__anonradio_timeout); } -async function updateNowPlaying() { +/*async function updateNowPlaying() { let playing; try { playing = await fetch("https://anonradio.net/playing").then((res) => res.text());