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...