Skip to content

v1.0.1

Compare
Choose a tag to compare
@foxbot foxbot released this 06 Jul 00:41
· 1128 commits to dev since this release

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)