diff --git a/cogs/uptime.py b/cogs/uptime.py index 6b94c5b..6a5ad2a 100644 --- a/cogs/uptime.py +++ b/cogs/uptime.py @@ -134,7 +134,7 @@ class UptimeCompetition(commands.Cog): except (httpx.TimeoutException, httpx.HTTPStatusError, ConnectionError, TimeoutError) as err2: attempts += 1 err = err2 - await asyncio.sleep(attempts) + await asyncio.sleep(attempts * 0.25) continue else: return attempts, response