From 201e1e72b606a7e061fed945e1e21ac9abaf8951 Mon Sep 17 00:00:00 2001 From: Liu Date: Fri, 21 Feb 2025 19:23:53 +0800 Subject: [PATCH] =?UTF-8?q?fixbug:=E8=A7=A3=E5=86=B3=E6=8A=A2=E7=AD=94?= =?UTF-8?q?=E5=92=8C=E8=8E=B7=E5=8F=96=E4=BB=BB=E5=8A=A1=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= 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 43644cc..e9e6a30 100644 --- a/game_task/game_task_encyclopedia.py +++ b/game_task/game_task_encyclopedia.py @@ -265,7 +265,7 @@ def submit_answer(group_id, player_id, task_id, answer): else f"πŸŽ‰ {player_name} ζŠ’η­”ζˆεŠŸοΌ\n" f"🌟 任劑:{question}\n" - f"🎈 原主:{holder_name} (ID: {holder_id})\n" + f"🎈 原主:{holder_name}\n" f"🌈 θŽ·εΎ— {points} εˆ†οΌŒε€ͺ棒了!\n" f"πŸŽ€ 提瀺:{description}" )