Update index.html
This commit is contained in:
parent
5a013488e0
commit
07c28454ae
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user