From c4abd033fc22007899024056e2347bbc64066deb Mon Sep 17 00:00:00 2001 From: poslop Date: Wed, 13 Dec 2023 09:31:37 -0600 Subject: [PATCH] add cmd as an alias --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 0657093..10238cc 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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)]