serenity-rs / poise

Discord bot command framework for serenity, with advanced features like edit tracking and flexible argument parsing
MIT License
624 stars 111 forks source link

feat: implement generics commands #219

Closed darkyeg closed 9 months ago

darkyeg commented 9 months ago

This pull request implements generic functions to be used with the#[poise::command] procedural macro that is used in the current branch.