remove unnecessary command aliases

This commit is contained in:
mykola2312 2024-03-15 20:18:42 +02:00
parent 27228df2d5
commit 326eb60f19

View file

@ -104,10 +104,7 @@ async fn handle_message(
#[command(rename_rule = "lowercase")] #[command(rename_rule = "lowercase")]
enum Command { enum Command {
Test, Test,
#[command(alias = "start")]
Start, Start,
Version, Version,
#[command(alias = "dl")] #[command(alias = "dl")]