poise icon indicating copy to clipboard operation
poise copied to clipboard

feat(macro): add group macro

Open TitaniumBrain opened this issue 9 months ago • 0 comments

Adds the poise::group macro, which lets you group commands in a struct.

Use MyStruct::commands() to get a vec of the commands.

See the doc of poise::group for more details.

Needs more documentation and examples.

TitaniumBrain avatar May 15 '24 22:05 TitaniumBrain