mirror of https://github.com/stijndcl/didier
				
				
				
			Run every 30 min instead of every 2
							parent
							
								
									2c634912ef
								
							
						
					
					
						commit
						6c0f9fd017
					
				|  | @ -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…
	
		Reference in New Issue