v0.1.2
Update Path
This release changed the type of SocketGuild.MemberCount
from int
to int?
, where the null
value represents that the number of the guild members is unknown. In addition, similar changes occur on SocketGuild.HasAllMembers
. All usages relying on these two properties need to be updated.
Changed
AlwaysDownloadUsers
will also define whether the number of guild members will be loaded upon startup (8f4fb79)
Fixed
- Fixed incorrect preconditions when modifying voice channels (9f808b3)
- Fixed incorrect documentation (9e2669a)
Full Changelog: v0.1.1...v0.1.2