Releases: laracord/framework
Releases · laracord/framework
v2.1.0
Change log
This release bumps DiscordPHP to the RC7 release of v10. While this isn't a stable version, I'm confident it is significantly less buggy than the current stable v7.
This also adds support for persistent interaction routing inside of commands. This can be very useful for making buttons inside of messages persist on restart without the need to create additional listeners. To see an example, check #80 or generate a new command. Documentation will be added soon.
Enhancements
- ⬆ Bump DiscordPHP to v10.0.0-RC7 (#62)
- ✨ Add persistent interaction routing support to commands (Fixes #79) (#80)
- ✨ Add webhook support to Messages (Fixes #52) (#73)
Full Changelog: v2.0.6...v2.1.0
v2.0.6
v2.0.5
v2.0.4
v2.0.3
Change log
Enhancements
- ✨ Add
->value()
method to easily fetch option values in slash commands (#55) - 🎨 Improve slash command method hinting
Bug fixes
New Contributors
Full Changelog: v2.0.2...v2.0.3