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;