Releases: discord-net/Discord.Net
Releases · discord-net/Discord.Net
v1.0.1
This release contains a number of fixes that were overlooked in the initial 1.0.0 release.
Thanks to the following for their contributions this release:
Upgrade Path
This is a patch release, and is fully compatible with 1.0.0
Fixed
- #732: Fixed parameter preconditions not being loaded from class-based modules (b6dcc9e)
- #726: Fixed CalculateScore throwing an ArgumentException for missing parameters (7597cf5)
- EmbedBuilder URI validation should no longer throw NullReferenceExceptions in certain edge cases (d89804d)
- Fixed module auto-detection for nested modules (d2afb06)
Changed
- ShardedCommandContext now inherits from SocketCommandContext (8cd99be)