fix: cron every day not hour

This commit is contained in:
2025-10-08 15:05:56 -07:00
parent a6ab06eac4
commit 9afe0d55c2
+1 -1
View File
@@ -34,7 +34,7 @@ export class DiscordAnalytics {
if (this.job) {
return;
}
this.job = scheduleJob("metrics", "0 * * * *", async() => {
this.job = scheduleJob("metrics", "0 0 * * *", async() => {
try {
const fakeGuilds = await this.client.guilds.fetch();
const guilds = await Promise.all(