better first interactions + bug fix

This commit is contained in:
Emily
2024-09-21 15:14:46 +02:00
parent f285e92132
commit 4eeebaa0c3
13 changed files with 381 additions and 137 deletions

View File

@@ -15,7 +15,7 @@ function startWatching(instant: boolean = true) {
if (instant) getOnlineUsers();
watching = setInterval(async () => {
await getOnlineUsers();
}, 5000);
}, 20000);
}
function stopWatching() {