From d2c2b457e52b5ef0ea58d4e49062dd5ab88d18a7 Mon Sep 17 00:00:00 2001 From: Rock Chin <1010553892@qq.com> Date: Sun, 12 Mar 2023 20:31:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20!list=E6=8C=87=E4=BB=A4=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E7=9A=84=E6=98=AF=E6=9C=BA=E5=99=A8=E4=BA=BA=E7=AC=AC?= =?UTF-8?q?=E4=B8=80=E6=AC=A1=E5=9B=9E=E5=A4=8D=20(#264)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/qqbot/command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/qqbot/command.py b/pkg/qqbot/command.py index b174d453..f91bdd4f 100644 --- a/pkg/qqbot/command.py +++ b/pkg/qqbot/command.py @@ -234,7 +234,7 @@ def process_command(session_name: str, text_message: str, mgr, config, if len(msg) >= 2: reply_str += "#{} 创建:{} {}\n".format(i + page * 10, datetime_obj.strftime("%Y-%m-%d %H:%M:%S"), - msg[1]['content']) + msg[0]['content']) else: reply_str += "#{} 创建:{} {}\n".format(i + page * 10, datetime_obj.strftime("%Y-%m-%d %H:%M:%S"),