This repository has been archived by the owner on May 13, 2023. It is now read-only.
Releases: Jonxslays/Yami
Releases · Jonxslays/Yami
v0.4.1
v0.4.0
Ever just wanted to... listen for events?
Now you can!
Additions:
- YamiEvent
- CommandInvokeEvent
- CommandExceptionEvent
Listeners currently only work using bot.listen or bot.subscribe, Module listeners will be in the next release.
Full Changelog: v0.3.1...v0.4.0
v0.3.1
Bugfixes
- Fixed bug where commands would raise
MissingArg
when aTypeError
was thrown from inside the callback.
Full Changelog: v0.3.0...v0.3.1
v0.3.0
Complete overhaul of Yami
Check the documentation for in depth coverage of the new API.
Additions:
- MessageCommands
- MessageContext
- Checks
- MessageArgs
- Builtin type conversion
- Docs
- Modules
- Shared object
- YamiNoneType
- SharedNone
- Output package and system version info if run as module or executable
- Many exceptions
- Helper and QOL methods on MessageContext and Bot.
Full Changelog: v0.2.3...v0.3.0