From affac858b7491adfbb72776e6aa768842a8558f7 Mon Sep 17 00:00:00 2001 From: ErrorNoInternet Date: Tue, 31 Jan 2023 17:03:00 +0800 Subject: [PATCH] Add more aliases --- src/bot.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bot.rs b/src/bot.rs index 878cf5b..7283cab 100644 --- a/src/bot.rs +++ b/src/bot.rs @@ -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,