disable anonradio message timer

This commit is contained in:
Cynthia Foxwell 2024-11-21 12:21:40 -07:00
parent c9db28ae94
commit 6a5259b2b6

View file

@ -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());