Breaking changes
- Removed
PUBLICandPUBLIC_DISABLEDflags from guild features and they have been replaced byCOMMUNITYandDISCOVERABLE
Features
- New JSON Codes
- Bot and webhook integrations objects + endpoints
- New
IntegrationTypeandIntegrationApplication
- New
- AuditLog methods
Bugfixes
- Errors by shards being suppressed and always being treated as being able to reconnect
- This will now kill the application when trying to connect with invalid intents, for example
- Enum
iternot returning correct values - Allow
include_presencesto beFalsewhenGUILD_PRESENCESisn't declared forrest.request_guild_members
Packages bumped
multidict(4.7.6 -> 5.0.0)aiohttp(3.6.2 -> 3.7.2)cchardet(2.1.6 -> 2.1.7) [speedups]
Misc
- Lots of new test
- Removed some unreachable code