0.11.1
Deprecations:
- The
reason
andparentID
arguments increateChannel(guildID, name, type, reason, parentID)
have been deprecated. They can now be specified as properties of an overalloptions
object increateChannel(guildID, name, type, options)
Additions:
- Added option to customize the reconnect delay algorithm (e16e645)
- Added option to set initial
permissionOverwrites
withcreateChannel()
(4fd75ec)
Fixes:
- Optimized
VoiceState
representation in memory (b930a97, 42feacd) - Optimized
Collection#random()
(6be78bf) - Fixed issue where
Members#activites
may incorrectly becomeundefined
(e567090) - Documentation (e484725), code quality (6148a45, e2d93c2, 614fdab, 477d952), and typings fixes (3fbec3a, 1527843, 9d6f4fe, 0c4ba7c, 1fe6dd2, f9b322f, f20b741)