Skip to content

Releases: ianeli1/discordjs-diy

[1.6.0] runAction & async improvement

10 Sep 21:49
Compare
Choose a tag to compare

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

10 Sep 05:22
Compare
Choose a tag to compare

Allow undefined/void returns on subscribe actions

Allow emoji to be set on select menus from subscribe

[1.5.1] bugfix

06 Sep 03:35
8834c4e
Compare
Choose a tag to compare

Prevents unknown interaction errors

What's Changed

  • Aid/improve handling of Unknown Interaction discord.js errors by @ianeli1 in #12

Full Changelog: 1.5.0...1.5.1

[1.5.0] Context menu support

13 Aug 23:18
ade6847
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.1...1.5.0

[1.4.1] Bug fix

29 Jul 01:52
56bc0a8
Compare
Choose a tag to compare

What's Changed

  • Fix action callback receiving incorrect args by @ianeli1 in #9

Full Changelog: 1.4.0...1.4.1

[1.4.0] OnTypo callback

19 Jul 04:30
e58aa11
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.1...1.4.0

[1.3.1]

05 Jun 03:18
cd5bf9e
Compare
Choose a tag to compare

Fix a bug that caused arguments to not be created in routers

[1.3.0] Routing + Improved slash command compilation

22 May 01:14
Compare
Choose a tag to compare

🎉 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 of registerAction, along with onError and onDefault

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!