-
Why embeds on reply edit always replaced and not made as `allowed_mentions` for example?
Because of that I can't just edit components without not cloning previous embeds.
https://github.com/sereni…
Morb0 updated
2 months ago
-
Discord allows everyone to type command snowflakes, as shown [here](https://discord.com/developers/docs/reference#message-formatting). Serenity's `CommandId` type is the COMMAND_ID being used here, as…
-
**rust-analyzer version**: 0.3.1885-standalone
**rustc version**: rustc 1.77.0
**relevant settings**: To get the code to run without panicking a discord api token is needed, this isn’t necessary…
-
Currently when an error occurs, we just send a message with the contents of that error's string output.
We should instead upload it as a txt file and put a link to the github issues page where peop…
-
The `context_menu_command` macro arguments doesn't work with `subcommands`
Maybe I'm doing it wrong, but this is the code I have :
```rs
use crate::{Context, Error};
use poise::serenity_prel…
-
Translations are implemented in nearly everything as it stands, except for the following:
- [ ] Command names and descriptions (this includes arguments) (waiting on serenity-rs/serenity#1921 [merged]…
-
```bash
=> ERROR [bot builder 2/4] RUN cargo chef cook --release --recipe-path recipe.json 80.9s
------
> [bot builder 2/4] RUN …
-
The `simdjson` test was disabled in 1b0f83bcb0ddea24bf82ddfa3b84f3918be50ebb due to upstream issues with the `serenity/simdjson` (serenity-rs/serenity#2474). Once upstream issues are resolved, we shou…
-
### Summary
https://github.com/serai-dex/serai/tree/97951e3f4fcef1be3ad1693228883fe9a2e3709b/processor is the crate which triggered this (and exact commit). While I do not have a MRE, I hope this e…
-
When renaming a slash command argument to anything containing two space separated characters or containing symbols, an error occurs.
(If theres trailing whitespace no error happens.)
Executing thi…