Alex Schoenhofen
Alex Schoenhofen
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.
I'm unsure if anything calls them internally, just wanted to check if you looked into that already or not. Also, the PR summary probably should get updated? I'm not seeing...
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, but...
If `integration_type` isn't specified or is set to `None`, it probably shouldn't be added to the URL.
@spifory is this tested and confirmed to work?