serenity-rs / poise

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

docs: add statpixel to bots using poise #275

Closed matteopolak closed 1 month ago

matteopolak commented 1 month ago

Hey there, thanks for making this library!

I've been using it for quite a while (mostly on the serenity-next branch), so it should have a few things others can take inspiration from. Some of it is macro-heavy, but most of it should be useful for e.g. setting up modals, stateful interactions, attaching images, etc.

Feel free to reject this PR if it's unnecessary or if you're no longer adding bots to the README :)

GnomedDev commented 1 month ago

Hey, it looks like you use a fork of both poise and serenity? I used to do this before I started seriously contributing upstream but I feel weary about adding a bot using a fork to the official list. Can we discuss this on the serenity/poise discord?

matteopolak commented 1 month ago

Yes of course :)

I'm @walfakoot, I'll ping you in #poise

matteopolak commented 1 month ago

Completed, let me know if there's anything else!