Releases: ianeli1/discordjs-diy
Releases · ianeli1/discordjs-diy
[1.6.0] runAction & async improvement
Improve subscribe
typings by making it possible to return void
(or a promise to void
) from component action
Add new ActionParameter
method runAction
which allows programatic calls of actions (eg. inside another action)
[1.5.2] Bugfix
Allow undefined/void returns on subscribe
actions
Allow emoji
to be set on select menus from subscribe
[1.5.1] bugfix
[1.5.0] Context menu support
What's Changed
Full Changelog: 1.4.1...1.5.0
[1.4.1] Bug fix
What's Changed
Full Changelog: 1.4.0...1.4.1
[1.4.0] OnTypo callback
What's Changed
Full Changelog: 1.3.1...1.4.0
[1.3.1]
[1.3.0] Routing + Improved slash command compilation
🎉 1.3.0
- Introduction of routers
- Router error handling
- Routed slash commands
- Improved compilation and registration of slash commands (global and guild scoped)
- Improved reporting (it's router scoped now 👀
- Introduction of
on
instead ofregisterAction
, along withonError
andonDefault
Breaking changes
- registerAction was deprecated, along with the same methods for error handling
- some others most likely
What's Changed
Full Changelog: https://github.com/ianeli1/discordjs-diy/commits/New!