Unescape HTML, make announcement task run every 10 min instead of every 30

This commit is contained in:
Stijn De Clercq 2021-03-12 10:05:19 +01:00
parent 4477ec6c0b
commit 1979703194
2 changed files with 3 additions and 2 deletions

View file

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