generated from nhcarrigan/template
This commit is contained in:
+1
-1
@@ -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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user