diff --git a/cogs/tasks.py b/cogs/tasks.py index ed9c32b..b44bcac 100644 --- a/cogs/tasks.py +++ b/cogs/tasks.py @@ -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