Forgot to return

This commit is contained in:
Nexus 2023-11-04 16:55:27 +00:00
parent a6f2055b8c
commit 48c1d29ada
Signed by: nex
GPG key ID: 0FA334385D0B689F

View file

@ -876,6 +876,7 @@ class OtherCog(commands.Cog):
except (httpx.TransportError, httpx.HTTPStatusError): except (httpx.TransportError, httpx.HTTPStatusError):
return 2 return 2
await client.aclose() await client.aclose()
return 0
@commands.slash_command(name="yt-dl") @commands.slash_command(name="yt-dl")
@commands.max_concurrency(1, commands.BucketType.user) @commands.max_concurrency(1, commands.BucketType.user)