Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
Changed checkForMatches timing
Browse files Browse the repository at this point in the history
  • Loading branch information
Téo Haÿs committed Jul 27, 2023
1 parent 0b57ce8 commit d2e59d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ async def on_application_command_error(ctx: discord.ApplicationContext, error: d
raise error # Here we raise other errors to ensure they aren't ignored


@tasks.loop(seconds=60)
@tasks.loop(seconds=300)
async def checkForMatches():
"""Checks if there is new upcoming matches."""
instance.logger.info("Checking for alerts to send...")
Expand Down

0 comments on commit d2e59d4

Please sign in to comment.