Jodenee
Jodenee
> Has decent testing been done on all modified functions and things that call them? I wouldn't be surprised if NC internally relies on `str()` being used. Looked into the...
> Alright, so I did find one _slight_ issue. `/examples/custom_interaction.py` calls `embed.set_author()`, but gives the `icon_url` kwarg an `Asset` object, rather than a string. `Asset` just returns `self._url` when `str()`'d,...
This was addressed in the development version of ropy, `BasePlace.get_instances` was deprecated. You can now use `BasePlace.get_servers` or `BasePlace.get_private_servers` instead.
I ran into a similar issue like yours, maybe this [example](https://just-validate.dev/examples#conditional-fields) on the docs will help you.
Could you provide the code that led to this error? Assuming you are referring to HTTP error 405, it means the request method that was used is not allowed on...
> From what I've read, it redirects the default to the latest. It does not, if you read this [part](https://discord.com/developers/docs/reference#api-versioning) of the docs it clearly states that the default api...
While adding the requested changes I found more things to fix as well so maybe review again when you have the chance please.
I'll add this