remove unnecessary command aliases
This commit is contained in:
parent
063af57cdb
commit
960bd0eedf
1 changed files with 0 additions and 3 deletions
|
|
@ -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")]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue