New
Unclaimed project
Are you a maintainer of poise? Claim this project to take control of your public changelog and roadmap.
Changelog
Discord bot command framework for serenity, with advanced features like edit tracking and flexible argument parsing
New features:
Choice parameters can now be defined inline in a function signature (6167311)
For example:
#[choices("Europe", "Asia", "Africa", "America", "Australia", "Antarctica")]
continent: &'static str
Detailed changelog: https://github.com/serenity-rs/poise/compare/v0.6.0...v0.6.1
Thanks to @kangalio!