We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19394e7 commit a097cb3Copy full SHA for a097cb3
1 file changed
index.html
@@ -1086,7 +1086,7 @@
1086
document.getElementById('dc-online-val').textContent = formatCount(data.approximate_presence_count || 0);
1087
}).catch(() => {});
1088
1089
- fetch('https://discord.com/api/v9/invites/HgYRUTE9aF?with_counts=true')
+ fetch('https://discord.com/api/v9/invites/V5jHM6EEtD?with_counts=true')
1090
.then(res => res.json())
1091
.then(data => {
1092
const g = data.guild || {};
0 commit comments