v0.5.5
Update Path
RequireUserAttribute
no longer supports construction via the IUser
parameter; please use IUser.Id
instead.
Added
- Added
RequireRoleAttribute
as a precondition in the text command framework. - Added
Aliases
,Summary
, andRemarks
properties, and optional parameters toCommandAttribute
in the text command framework.
Fixed
- Fixed an issue where exceptions during data download at Bot startup were not properly outputted to the log.
Changed
- Removed the unrealistic constructor on
RequireUserAttribute
that accepted anIUser
parameter.
Full Changelog: v0.5.4...v0.5.5