Breaking Changes
- Rename
Cache.get_dmtoCache.get_dm_channel. - Blocked off integrations endpoints removal (
create_integration,edit_integrationandsync_integration).
Bug fixes
- Proper detection and outputting of new versions available on PyPI.
- Not being able to compare
applications.TeamMemberwithusers.User - Proper typehints in the
x_emojifunctions inREST.
Enhancements
RESTis now fully documented.- Faster enum implementation which will also allow bots not to break if Discord implements new values in those enums.
- Improve
HTTPResponseErrorto includemessageandcode(errors.RESTErrorCode) if available for futher information on the error.