diff --git a/src/index.ts b/src/index.ts index c3009a5..d222985 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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(