disable anonradio message timer
This commit is contained in:
parent
c9db28ae94
commit
6a5259b2b6
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
||||||
const GUILD_ID = "300436792916836352";
|
/*const GUILD_ID = "300436792916836352";
|
||||||
const THREAD_ID = "1054106209273253888";
|
const THREAD_ID = "1054106209273253888";
|
||||||
const MESSAGE_ID = "1054109813132509245";
|
const MESSAGE_ID = "1054109813132509245";*/
|
||||||
|
|
||||||
if (hf.__anonradio_timeout) {
|
if (hf.__anonradio_timeout) {
|
||||||
clearTimeout(hf.__anonradio_timeout);
|
clearTimeout(hf.__anonradio_timeout);
|
||||||
}
|
}
|
||||||
|
|
||||||
async function updateNowPlaying() {
|
/*async function updateNowPlaying() {
|
||||||
let playing;
|
let playing;
|
||||||
try {
|
try {
|
||||||
playing = await fetch("https://anonradio.net/playing").then((res) => res.text());
|
playing = await fetch("https://anonradio.net/playing").then((res) => res.text());
|
||||||
|
|
Loading…
Reference in a new issue