fix: oopsies make the server not explode 💀

This commit is contained in:
2022-11-08 20:17:41 +01:00
parent 0950676edf
commit 59f8a9146e

View File

@@ -63,5 +63,4 @@ setIntervalAsync(async () => {
setIntervalAsync(async () => {
await birthdays(client)
}, 100);
// 3_600_000
}, 3_600_000);