From 2dbe24f39d4469695a06c73d1ece7b1a55aeeccd Mon Sep 17 00:00:00 2001 From: liuwei Date: Fri, 21 Feb 2025 16:35:58 +0800 Subject: [PATCH] =?UTF-8?q?feature=EF=BC=9A=E6=96=B0=E5=A2=9E=E7=BE=A4?= =?UTF-8?q?=E7=99=BE=E7=A7=91=E6=B8=B8=E6=88=8F=EF=BC=8C=E7=94=A8=E4=BA=8E?= =?UTF-8?q?=E4=BF=83=E8=BF=9B=E7=BE=A4=E6=B4=BB=E8=B7=83=E3=80=82=E5=8A=A0?= =?UTF-8?q?=E5=85=A5=E4=BA=86=E6=96=B0=E7=9A=84=E6=8C=87=E4=BB=A4=20=20?= =?UTF-8?q?=E5=8F=AF=E7=94=A8=EF=BC=9A/start,=20/tasks,=20/list,=20/answer?= =?UTF-8?q?=20[=E4=BB=BB=E5=8A=A1ID]=20[=E7=AD=94=E6=A1=88],=20/addgroup,?= =?UTF-8?q?=20/rank?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- game_task/game_task_encyclopedia.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game_task/game_task_encyclopedia.py b/game_task/game_task_encyclopedia.py index e71d335..f287ad7 100644 --- a/game_task/game_task_encyclopedia.py +++ b/game_task/game_task_encyclopedia.py @@ -273,7 +273,7 @@ def run_random_task_assignment(group_id): # 处理群聊消息 -def process_message(group_id, player_id, message, player_name="未知玩家"): +def game_process_message(group_id, player_id, message, player_name="未知玩家"): if message == "/start": return start_game(group_id, player_id, player_name) elif message == "/tasks":