From 07c28454aed1fff3a55fc26faf9023db7059573a Mon Sep 17 00:00:00 2001 From: mowetentertainment1 <79593070+mowetentertainment1@users.noreply.github.com> Date: Mon, 10 Nov 2025 22:01:17 -0500 Subject: [PATCH] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 297e4e5..11abf67 100644 --- a/index.html +++ b/index.html @@ -309,7 +309,7 @@ }); // Discord Users Count - await fetch('https://discord.com/api/guilds/1436769115694956735/widget.json') + await fetch('https://discord.com/api/guilds/1434667495930855458/widget.json') .then(res => res.json()) .then(data => { document.getElementById('discordUsersCount').textContent = data.presence_count;