serenity-rs / poise

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

Fix argument parsing broken by serenity 0.12 port #227

Closed GnomedDev closed 10 months ago

GnomedDev commented 10 months ago

Based on the serenity-next argument parsing code, with some improvements/fixes made due to Channel caching changes. This fixes CommandStructureMismatch when parsing any model type due to ResolvedValue changes.

kangalio commented 10 months ago

Will merge when the no-cache case is fixed. Thank you