poise
poise copied to clipboard
Discord bot command framework for serenity, with advanced features like edit tracking and flexible argument parsing
Not sure if adding fields to `Command` is breaking, it can be constructed publicly so maybe? will rebase to `next` on request. Currently it is treated like an override, but...
this is the implementation for user apps that I've been using like this since 3 days after user apps got announced / released to beta. I like the flexibility that...
The comment in util.rs was incorrect, as IndexMap is already in the dep tree (as seen by `Cargo.lock`) so there is no extra cost to depending on it.
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...
The message differs between `current` and `serenity-next` (I haven't tested next here) but you can't use it like the below or the full discord.com link. The full counterparts do support...
closes #272
In #157 , The issue was closed without actually applying the changes, But the fix shown in [the commit](https://github.com/serenity-rs/poise/commit/88c10cc92f45071a7234dbdc98633ead1e16d732) does in fact work. (after renaming `f` to `builder`) I have...
serenity@next does this on most builders and there doesn't seem to be a reason to have a full owned String other than funky lifetimes? Maybe I'm missing something.