From 6ecb44ffca7deebfd6e630489e4cc5f7ac10035c Mon Sep 17 00:00:00 2001 From: liuwei Date: Fri, 7 Mar 2025 17:44:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=85=A5=E5=8A=9F=E8=83=BD=E5=BC=80?= =?UTF-8?q?=E5=90=AF=E6=98=BE=E7=A4=BA=E6=8C=87=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- robot_cmd/robot_command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/robot_cmd/robot_command.py b/robot_cmd/robot_command.py index a940643..1c3a74b 100644 --- a/robot_cmd/robot_command.py +++ b/robot_cmd/robot_command.py @@ -138,7 +138,7 @@ class GroupBotManager: return GroupBotManager.display_menu() # 如果是MENU-STATUS指令,返回功能列表及其状态 - if command_str.strip().upper() == "MENU-STATUS": + if command_str.strip().upper() == "MENU_STATUS": return GroupBotManager.display_menu_status(group_id) # 如果是GROUP_LIST指令,返回 group:list 清单