Correct shard and bot closing
Pre-release
Pre-release
Breaking changes
- Removed
PUBLIC
andPUBLIC_DISABLED
flags from guild features and they have been replaced byCOMMUNITY
andDISCOVERABLE
Features
- New JSON Codes
- Bot and webhook integrations objects + endpoints
- New
IntegrationType
andIntegrationApplication
- 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
iter
not returning correct values - Allow
include_presences
to beFalse
whenGUILD_PRESENCES
isn'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