0.5.3
New features:
- Added
builtins::paginate()
as an example implementation of pagination - Added missing events in
EventWrapper
(#144) - Added
FrameworkError::CommandPanic
to allow custom handling of panics (#140)builtins::on_error
responds with an "Internal error" embed when encounteringCommandPanic
Behavior changes:
builtins::on_error
now printsFrameworkError::Command
not just in Discord chat, but in console as well- because responding in Discord sometimes doesn't work, see 0a03fb9
- Fixed a compile error when
name_localized
ordescription_localized
are used multiple times (#143)
Detailed changelog: v0.5.2...v0.5.3