Overview
- Fixes bug causing bots to go silently offline after ~40 minutes (#2378)
- Includes TypeScript Definitions for the library
Deprecations
Guild#defaultChannel
is now deprecated, there will be no fallback/alternative (407500b)- Permissions:
READ_MESSAGES
is now deprecated, useVIEW_CHANNEL
instead (1fe201a) ClientUser#setGame
, useClientUser#setActivity
instead (cd06684)
Fixes
- Properly reset the remaining ratelimit of the gateway connection after reset (c8f78b2)