From 7c75a8e6e6a1eb5b91284db1948475860e2fd669 Mon Sep 17 00:00:00 2001 From: liuwei Date: Mon, 7 Apr 2025 13:42:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=85=A5=E8=8F=9C=E5=8D=95=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=EF=BC=8C=E5=8E=BB=E9=99=A4@=E4=BD=BF=E7=94=A8AI?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= 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 75a7410..751723b 100644 --- a/robot_cmd/robot_command.py +++ b/robot_cmd/robot_command.py @@ -261,7 +261,7 @@ class GroupBotManager: # 构建格式化的字符串 result = f"群功能菜单:\n" for feature in enabled_features: - result += f"{feature['id']}.{feature['name']}:{feature['description']}\n" + result += f"{feature['id']}.{feature['description']}\n" return result