0.6.1
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!