chore: revert to top of hour
Node.js CI / Lint and Test (push) Successful in 51s

This commit is contained in:
2025-11-12 19:36:39 -08:00
parent b300d3d0db
commit 0d168bf6f1
+1 -1
View File
@@ -24,7 +24,7 @@ const analytics = new DiscordAnalytics(bot, logger);
bot.once(Events.ClientReady, () => {
void logger.log("debug", "Client is ready!");
analytics.startCron();
const hourly = "32 * * * *";
const hourly = "0 * * * *";
scheduleJob("reminders", hourly, () => {
void sendReminders(bot, database);
});