-
It would be better if all model types were accessible via just `serenity::model::ModelType`. I don't think anyone can remember which serenity::model submodule a model type belongs to.
This would al…
-
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…
-
### What happened?
In deployment, Shuttle fails to build my project because I rely on unstable features for a proc_macro that I use. In particular, I use `proc_macro_span` and `proc_macro_internals` …
-
This is a tracking issue for the RFC "Scrape code examples from `examples/` directory for Rustdoc" (rust-lang/rfcs#3123).
### About tracking issues
Tracking issues are used to record the ove…
-
```rust
///example
#[poise::command(slash_command, prefix_command)]
async fn mogetama(
ctx:poise::Context
-
Tenho o OSC 6 PRO e o módulo Cielo da Oitoo no Magento 1.9 e estou com um erro no pagamento.
Com o OSC habilitado, é apresentado o erro: "O número do cartão de crédito não é válido para bandeira sele…
-
As title says, there is no easy way to set the slash command descriptions using poise if there is even any at all
![image](https://github.com/user-attachments/assets/68987530-a261-4bd4-85d5-4cd052f8a…
-
https://github.com/serenity-rs/poise/blob/186897a2f4f18b59152c9e670db5cd328bb22ea7/src/builtins/mod.rs#L86-L90
this can easily lead to many side effects with not-very-specially formatted messages l…
-
* Before opening a new issue, we wanted to provide you with some useful suggestions (Click "Preview" above for a better view):
* Consider checking out SDK [examples](https://github.com/IntelRea…
-
([As discussed on Discord](https://discord.com/channels/381880193251409931/919310428344029265/1192030019065745498))
My usecase requires potentially processing all non-command messages, and I found th…