Add more aliases

This commit is contained in:
ErrorNoInternet 2023-01-31 17:03:00 +08:00
parent 9d2ee6f7f7
commit affac858b7
Signed by untrusted user who does not match committer: ErrorNoInternet
GPG Key ID: 2486BFB7B1E6A4A3

View File

@ -75,7 +75,7 @@ pub async fn process_command(
"wait" | "sleep" | "pause" => command = Command::Wait,
"online" | "players" => command = Command::Online,
"location" | "position" | "coordinates" => command = Command::Location,
"bot_status" => command = Command::BotStatus,
"bot_status" | "health" | "food" | "saturation" => command = Command::BotStatus,
"whitelist" => command = Command::Whitelist,
"whitelist_add" => command = Command::WhitelistAdd,
"whitelist_remove" => command = Command::WhitelistRemove,