Releases: showengineer/rusty-interaction
Releases · showengineer/rusty-interaction
Little update
Housekeeping and adding the locale
field to Interaction
Sort of stable release
v0.1.9 bump to v0.1.9
Adding minimal support for command management
Slowly getting to the point where we can actually use this library
Component support (contains breaking changes!)
InteractionHandler::new()
now requires a token parameter which is an Option<&'static str>
. If you do not have/want a token, pass None
.
Split handler into seperate features
v0.1.4 fix some cfgs
Revert proc marco behaviour
The 'new' thing wasn't so flexible
Better documentation, examples and new proc macro behaviour
bump versions yanked 0.0.2/0.1.1
First version!
Supports basically all you need already