Update index.html

This commit is contained in:
mowetentertainment1 2025-11-10 22:01:17 -05:00
parent 5a013488e0
commit 07c28454ae

View File

@ -309,7 +309,7 @@
}); });
// Discord Users Count // 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(res => res.json())
.then(data => { .then(data => {
document.getElementById('discordUsersCount').textContent = data.presence_count; document.getElementById('discordUsersCount').textContent = data.presence_count;