mirror of
https://github.com/stijndcl/didier.git
synced 2026-04-07 15:48:29 +02:00
Run every 30 min instead of every 2
This commit is contained in:
parent
2c634912ef
commit
6c0f9fd017
1 changed files with 1 additions and 1 deletions
|
|
@ -240,7 +240,7 @@ class Tasks(commands.Cog):
|
|||
async def beforeUpdateMatchweek(self):
|
||||
await self.client.wait_until_ready()
|
||||
|
||||
@tasks.loop(minutes=2)
|
||||
@tasks.loop(minutes=30.0)
|
||||
async def uforaAnnouncements(self):
|
||||
"""
|
||||
Task that checks for new Ufora announcements every few minutes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue