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

Port poise to use serenity data generic #225

Closed GnomedDev closed 8 months ago

GnomedDev commented 9 months ago

This is a port of poise to support the rework made in https://github.com/serenity-rs/serenity/pull/2631.

Gets rid of poise's own global data store, moving it into serenity entirely. See the linked PR for more information.