when doing the following:
await ctx.respond('None', attachment=hikari.URL('https://sdfgfksfgjskfhjgksdfhjgksdgsdfgsd.com'))```out of an arc slash command it causes an `AttributeError: '_RequestContextManager' object has no attribute '_resp'` while i'd expect it to controllably raise something like a `hikari.BadRequestError` and it can be caught with a try-except but it causes an asyncio error to be shown in the console regardless if it was caught or not which is not a good sign
I don't know if this is a bug but having to test your URLs beforehand manually seems wrong if there's a `aiohttp.client_exceptions.ClientConnectorError` raised on the way to the attribute error ("during handling of the above [aiohttp] exception...") which does gives you the result that 'the url is bad' for you, it just seems that there's a bug in the exception handler (?)
