Documentation, consistency, bugfixes.
Pre-release
Pre-release
Breaking Changes
- Rename
Cache.get_dm
toCache.get_dm_channel
. - Blocked off integrations endpoints removal (
create_integration
,edit_integration
andsync_integration
).
Bug fixes
- Proper detection and outputting of new versions available on PyPI.
- Not being able to compare
applications.TeamMember
withusers.User
- Proper typehints in the
x_emoji
functions inREST
.
Enhancements
REST
is now fully documented.- Faster enum implementation which will also allow bots not to break if Discord implements new values in those enums.
- Improve
HTTPResponseError
to includemessage
andcode
(errors.RESTErrorCode
) if available for futher information on the error.