-
Subcommands of subcommands are not displayed correctly in the usage-field of their help representation, as their first segment is missing. For example, instead of displaying `board button add board em…
-
Code is currently written in python -> Unbearingly slow.
Code should be rewritten in rust -> Blazingly fast.
Get on it.
Thanks.
-
I see that it's not maintained anymore, but i need to do the exact thing this program does, can you help me fix it up just this little bit so it can compile?
I'm still learning rust, so I don't get m…
-
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…
-
-
Code like this can be successfully processed by the `#[command]` proc-macro:
```rust
#[command]
pub async fn some_command(ctx: FrameworkContext, msg: &Message) {}
```
However, code like this fa…
-
Configuar arquivo de *template .scriban
05/12/2018 12:04 - +55 83 8885-4003: Bom dia, pessoal. Alguém aqui já configurou o arquivo de *template .scriban*? Procurei algum exemplo no Guide e também no …
-
**User Story**
As a developer, I want !color command written with serenity's hierarchical macros so that I get certain things for free like permissions and help messages.
**Definition of Done**
…
-
Heres the idea, I want everything to be a feature. This is basically what a feature trait could look like
```rs
trait Feature: EventHandler + Send + Sync {
fn commands(&self) -> Vec;
fn …
-
**Songbird version:** (version)
0.4.0-rc
**Rust version (`rustc -V`):** (version)
1.74.0
**Serenity/Twilight version:** (version)
Serenity 0.12.0-rc
**Description:**
When a large number o…