-
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_{}…
-
The idea for this is to have a set of voice prompts trigger in a voice channel when a wordwar is happening. Would not scale very well to multiple concurrent wordwars, but most of ours are "one at a ti…
-
When I compiling SerenityOS with StdFuzzer it return an error. Here is command I used to compile SerenityOS
```sh
sudo apt-get install -y libboost-all-dev build-essential cmake curl e2fsprogs libmpf…
-
```rust
use serenity::builder::*;
use serenity::model::prelude::*;
use serenity::prelude::*;
pub async fn run(ctx: &Context, interaction: &CommandInteraction) -> Result {
let modal = Create…
-
In https://github.com/servo/rust-url/pull/252, @Manishearth is writing a serde deserializer for urls since parsing a string can be expensive. However, to do this safely from untrusted sources, they ne…
-
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:/…
-
Subscribe to this issue and stay notified about new [daily trending repos in Rust](https://github.com/trending/rust?since=daily)!
-
slash command example:
```rust
...
client.data.write().await.insert::(pool);
...
#[poise::command(slash_command)]
pub async fn block(ctx: Context method, not a field`
im aware those ar…
-
### Summary
There seems to be a regression in calculating the size for the type contained in a variant here.
https://github.com/tokio-rs/tls/actions/runs/3391306304/jobs/5636351880
### Lint N…
-
To be specific, [serenity](https://github.com/zeyla/serenity) (the crate i'm the current maintainer of) has sometimes after a while when booting up, lots of spam regarding unknown/invalid data frame o…