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

Merge `next` into `serenity-next` #192

Closed scottbot95 closed 11 months ago

scottbot95 commented 1 year ago

Resolves #141

Builds on #190 to update serenity-next with the latest changes from the next.

This will also take care of #184 since the simd_json issue has been fixed in serenity/next

87 files changed is huge but through the glory of the JetBrains merge tool, it actually was a pretty easy merge as there were very few true conflicts (most of them were just the new serenity builder pattern)

cheesycod commented 1 year ago

pls merge soon

scottbot95 commented 1 year ago

There's a lot to review in this PR so it will take @kangalio some time. In the meantime you can do the following to use my fork

poise = { git = "https://github.com/scottbot95/poise.git", branch = "serenity-next" }
kangalio commented 1 year ago

Sorry guys 🙈 I lost motivation for serenity/poise a bit. Maybe someone else wants to review?