mirror of
https://github.com/stijndcl/didier.git
synced 2026-04-07 15:48:29 +02:00
Unescape HTML, make announcement task run every 10 min instead of every 30
This commit is contained in:
parent
4477ec6c0b
commit
1979703194
2 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue