From e9cfa8dffb462df876e4cb587cfae304a21bd7eb Mon Sep 17 00:00:00 2001 From: Bingus_Violet Date: Thu, 30 Nov 2023 22:49:14 -0600 Subject: [PATCH] Removing warning message --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index b4460c5..d66d75a 100644 --- a/index.js +++ b/index.js @@ -92,7 +92,7 @@ function pageUpdate() { const activity = lanyardData.activities[index]; if (!debounce && activity.type != 4) { - addedHTML += `


What I'm up to:

This section is pulled automatically from my discord. If Discord is down, or i'm offline, it won't be here.
Huge credit to Phineas' Lanyard for making this possible :D
(This is extremely experimental, so PLEASE report any issues on Codeberg!)

` + addedHTML += `


What I'm up to:

` debounce = true } function get_img() {