nyxx_interactions 2.0.3 nyxx_interactions: ^2.0.3 copied to clipboard
Nyxx Interactions Module. Discord library for Dart. Simple, robust framework for creating discord bots for Dart language.
2.0.3 #
03.11.2021
- allow handlers on different nesting layers, closes nyxx#233 (664fd7cdab23ccbf037e4d29ead92178de7e7660) @abitofevrything
2.0.2 #
15.10.2021
- Move to Apache 2 license
2.0.1 #
03.10.2021
- fix deserialization of autocomplete interaction
2.0.0 #
03.10.2021
Bumped version to 2.0 for compatibility with nyxx
- Interactions (Slash command) initial implementation (3128388) @HarryET
- Implementation of ephemeral attachments
- Implementation of context menus
- Implementation of message components
- Implemented Commander like interface (8fae519)
- Added
subCommand
property to InteractionEvent to ease out recognizing subcommands (5b30b29)
2.0.0-rc.4 #
21.04.2021
Release Candidate 2 for stable version. Requires dart sdk 2.12
- Interactions (Slash command) initial implementation (3128388) @HarryET
- Implemented Commander like interface (8fae519)
- Added
subCommand
property to InteractionEvent to ease out recognizing subcommands (5b30b29)
1.1-dev.1 #
- Initial version @HarryET