This release contains a few bug fixes related to the library itself and the Discord API, including a potential deadlock when waiting for the READY
payload with DiscordShardedClient
.
Thanks to the following for their contributions in this release:
- @yebafan
- @AntonioZn
- @NeKzor
- @AntiTcb
Upgrade Path
This is a patch release and it is compatible when recompiling from v2.3.0
Fixed
- #1761 Deadlock in DiscordShardedClient when Ready is never received (73e5cc2)
- #1773 Private methods aren't added as commands (0fc713a)
- #1780 NullReferenceException in pin/unpin audit logs (f794163)
- #1786 Add ChannelType property to ChannelInfo audit log (6ac5ea1)
- #1791 Update Webhook ChannelId from model change (d2518db)
- #1794 Audit log UserId can be null (d41aeee)