diff --git a/src/service/cron.ts b/src/service/cron.ts index b0dad661..4620aadb 100644 --- a/src/service/cron.ts +++ b/src/service/cron.ts @@ -32,7 +32,7 @@ export async function schedule(context: BotContext) { cron("1 0 * * *", () => checkBirthdays(context)); cron("0 20 1-25 12 *", () => publishAocLeaderBoard(context)); cron("0 0 * * 0", () => rerollNicknames(context)); - cron("58 0-23 * * FRI-SUN", () => connectAndPlaySaufen(context)); + cron("2 0-23 * * FRI-SUN", () => connectAndPlaySaufen(context)); cron("* * * * *", () => reminderHandler(context)); cron("* * * * *", () => woisVoteScheduler(context)); cron("* * * * *", () => processBans(context));