0.13.2
Additions:
- Added support for following
NewsChannel
s (7d9f68c) - Exposed
Guild#maxVideoChannelUsers
(bd31053) - Added
Guild#fetchMembers()
, support for more member chunking options (c63242f)
Fixes:
- Fixed an error in gateway reconnect handling (529dbc3)
- Fixed an error in
messageReactionRemove
handling (92f9cb3) - Fixed errors in calculating REST ratelimit reset times (8b20340)
- Fixed logical errors in gateway ratelimit handling (56f7574)
- Errors from Shard WebSockets now extend the built-in
Error
class (d32cab8) - Fixed cleanup of objects in errored
VoiceConnection#play()
calls (f19e7f7) - Fixed some instances of
Message#guildID
being null forMessage
s sent inGuildChannel
s (87b4f97) - Typings fixes (69ae0a1, d5abf0d, 9a00955)