serenity-rs / poise

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

Enable reply mention by default #176

Closed kangalio closed 1 year ago

kangalio commented 1 year ago

Change FrameworkOptions default impl to set allowed_mentions's reply value to true. This is consistent with serenity's default behavior

See #174