-
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…
-
TailwindCSS has some nice content separators, callouts, etc., than can be used on the following pages to break up the text and make the read experience a little better:
* [ ] https://lfe.io/learn/
*…
-
In my case, I want to make a command's prefix and slash seperately, like belowed
```rust
#[poise::command(slash_command, rename = "test")]
pub async fn test_slash(
ctx: Context, #[rest] args: …
-
To DO-
- [x] Convert viz to All-in-1 dashboard
- [x] Add keywords/ wordcloud
- [x] Donation amount input
- [x] Add FAQ
- [ ] Card should include last updated activity for that charity
- [x] Add …
-
The current experience of processing and registering slash commands is just a madness. Especially the amount of `.except`s (or `.unwrap`s) needed to do to deserialize parameters.
I would love it if…
-
What is this error? I am trying to use poise::execute_modal_on_component_interaction.
Here is my function:
```rs
pub async fn dispatch(ctx: &serenity::Context, mci: &ComponentInteraction) -> Re…
-
I do not have a simple reproducible example since this bug goes over my head, perhaps someone else can find the bug but it seems pretty bad:
This file takes over 30 minutes of time to compile in ru…
-
Serenity version: I am using `poise 0.6.0`
Rust version (`rustc -V`): 1.74
Minimal test case if possible:
```rust
// inside a command function
let attachment_name = format!("{}'s_{}…
-
In the documentation it states that the Footer, Thumbnail & Image only support HTTP(S).
https://docs.rs/serenity/latest/serenity/builder/struct.CreateEmbed.html#method.image
https://docs.rs/sereni…
-
Depends on https://github.com/serenity-rs/serenity/issues/2859
Ref.:
- https://serenity-rs.github.io/poise/current/poise/structs/struct.FrameworkOptions.html#structfield.initialize_owners
- https:/…