Skip to content

Commit a097cb3

Browse files
authored
📕┃Perfil do DarkMode
1 parent 19394e7 commit a097cb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1086,7 +1086,7 @@
10861086
document.getElementById('dc-online-val').textContent = formatCount(data.approximate_presence_count || 0);
10871087
}).catch(() => {});
10881088

1089-
fetch('https://discord.com/api/v9/invites/HgYRUTE9aF?with_counts=true')
1089+
fetch('https://discord.com/api/v9/invites/V5jHM6EEtD?with_counts=true')
10901090
.then(res => res.json())
10911091
.then(data => {
10921092
const g = data.guild || {};

0 commit comments

Comments
 (0)