diff --git a/cogs/other.py b/cogs/other.py index 1f2ca56..c7eb57e 100644 --- a/cogs/other.py +++ b/cogs/other.py @@ -876,6 +876,7 @@ class OtherCog(commands.Cog): except (httpx.TransportError, httpx.HTTPStatusError): return 2 await client.aclose() + return 0 @commands.slash_command(name="yt-dl") @commands.max_concurrency(1, commands.BucketType.user)