Add more aliases

This commit is contained in:
ErrorNoInternet 2023-01-31 13:51:28 +08:00
parent 7461347d38
commit 87c8ce4d15
Signed by untrusted user who does not match committer: ErrorNoInternet
GPG Key ID: 2486BFB7B1E6A4A3

View File

@ -79,7 +79,7 @@ pub async fn process_command(
"whitelist" => command = Command::Whitelist,
"whitelist_add" => command = Command::WhitelistAdd,
"whitelist_remove" => command = Command::WhitelistRemove,
"last_location" => command = Command::LastLocation,
"last_location" | "last_position" => command = Command::LastLocation,
"last_online" => command = Command::LastOnline,
"follow_player" => command = Command::FollowPlayer,
"stop_follow_player" => command = Command::StopFollowPlayer,