-
Create a paginator for future commands.
-
Server log spam report. Most of your mod users seem to have had this for a while but thought to finally report this for them. Thanks for taking a look!
"[22Aug2021 09:53:30.137] [Netty Server IO #1…
-
Trusty old standard_framework has been serenity's way of supporting textual commands for ages. Now, Discord is phasing out textual commands in favor of slash commands and new bots should preferably on…
-
The `Default` impl on the `Command` struct has the following bounds, autogenerated by `derivative`:
```rust
impl Default for Command
where U: Default,
E: Default
```
However, `U` and `…
-
```
Running `/home/lothrop/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name crack_config --edition=2021 crack-config/src/lib.rs --error-format=json --json=diagnostic-r…
-
The CollectComponentInteraction isn't functioning correctly. The initial interaction consistently fails.
```rust
if let Some(mci) = CollectComponentInteraction::new(ctx.clone())
.message_id(m…
-
Once #803 lands, it will be interesting to consider a rework of the framework.
Right now, the framework is represented as a trait, allowing everyone to implement their own framework.
However this …
-
According to [the discord API](https://discord.com/developers/docs/interactions/application-commands#application-command-object-application-command-option-choice-structure), paramater choices can be s…
-
in https://serenity-rs.github.io/poise/current/poise/index.html#, it refers to "examples/framework_usage/ in the git repository", which isn't present here. perhaps a link to it could be added if it's …
-
What's a good way to edit an initial command response in poise to add an attachment?
Looks like support for that was added to poise in #66, but I am having issues. The image doesn't appear in Disco…