0.5.3
New features:
- Added
builtins::paginate()as an example implementation of pagination - Added missing events in
EventWrapper(#144) - Added
FrameworkError::CommandPanicto allow custom handling of panics (#140)builtins::on_errorresponds with an "Internal error" embed when encounteringCommandPanic
Behavior changes:
builtins::on_errornow printsFrameworkError::Commandnot 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_localizedordescription_localizedare used multiple times (#143)
Detailed changelog: v0.5.2...v0.5.3