Skip to content

Commit

Permalink
2
Browse files Browse the repository at this point in the history
  • Loading branch information
holzmaster committed Aug 30, 2024
1 parent 6e1dd91 commit a8cb2e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/cron.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit a8cb2e6

Please sign in to comment.