-
There doesn't seem to be a quit/stop command available in the ctx object to be able to do a stop command to stop the bot from discord directly.
In serenity this was added for this issue https://git…
-
Hello all,
I wrote a bot using poise, and it works on my machine, but it behaves abnormally when I run it on my VPS.
When I call ``FramworkBuilder::build()``, that method gets stuck when reqwest…
-
## Environment
* **IntelliJ Rust plugin version**: 0.4.178.4873
* **Rust toolchain version**: rustup 1.25.1 (bb60b1e89 2022-07-12) rustc 1.63.0 (4b91a6ea7 2022-08-08)
* **IDE name and version…
-
https://github.com/serenity-rs/poise/blob/e5ffe6bd48ec7a49fd983c5d821ffc0e035251b9/src/prefix_argument/mod.rs#L84
is there any way to check for these errors in `on_error
afaik I can't compare thes…
-
https://github.com/serenity-rs/poise/blob/b16b52ca6ecde927930b5205ec81f053e95732e0/src/structs/framework_error.rs#L98
![Zrzut ekranu 2023-05-6 o 17 03 47](https://user-images.githubusercontent.com/97…
-
With a basic example, I am getting a crash, so it never tries to connect.
```rust
poise::Framework::builder()
.token(DISCORD_BOT_CLIENT_TOKEN.to_string())
.intents(GatewayIntents…
-
I've given a good scouring of the docs/examples, and I'm haven't found a pattern for creating any of the non-string select menus in a message component with Poise. Is that not supported in Poise at th…
-
Hey there!
It looks like there isn't support for restricting strings to certain lengths with the function parameter macros.
It's fairly similar to `min_value` and `max_value` for integers, but use…
-
I cloned the repository, set the Discord key and tried to run the bot using `cargo run`. The program panicked on me however. The `unwrap()` line it panicked on is [here](https://github.com/mattfbacon/…
-