Skip to content

Commit

Permalink
Update bot.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DoomHammer authored Dec 21, 2023
1 parent 7560198 commit 34047bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ async def on_ready():
scheduler = AsyncIOScheduler()

scheduler.add_job(
advent_event, CronTrigger(day_of_week="0-6", hour="4", minute="45", second="0")
advent_event, CronTrigger(day_of_week="0-6", hour="4", minute="45", second="0", id="advent_event", replace_existing=True)
)

scheduler.start()
Expand Down

0 comments on commit 34047bd

Please sign in to comment.