add cmd as an alias

This commit is contained in:
poslop
2023-12-13 09:31:37 -06:00
parent 2c28c6482e
commit c4abd033fc

View File

@@ -99,7 +99,7 @@ async fn pong(ctx: &Context, msg: &Message) -> CommandResult {
}
#[command]
#[aliases("c", "cons")]
#[aliases("c", "cons", "cmd")]
#[description("Send a command to the mindustry server console")]
#[example("status")]
#[min_args(1)]