Run every 30 min instead of every 2

pull/42/head
Stijn De Clercq 2021-03-03 18:45:36 +01:00
parent 2c634912ef
commit 6c0f9fd017
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ class Tasks(commands.Cog):
async def beforeUpdateMatchweek(self): async def beforeUpdateMatchweek(self):
await self.client.wait_until_ready() await self.client.wait_until_ready()
@tasks.loop(minutes=2) @tasks.loop(minutes=30.0)
async def uforaAnnouncements(self): async def uforaAnnouncements(self):
""" """
Task that checks for new Ufora announcements every few minutes Task that checks for new Ufora announcements every few minutes