From df28fad6976a96f5f3582b88b43fa0a729a422a3 Mon Sep 17 00:00:00 2001 From: passthem Date: Tue, 11 Nov 2025 01:24:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- konabot/plugins/kona_ph/core/message.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/konabot/plugins/kona_ph/core/message.py b/konabot/plugins/kona_ph/core/message.py index 50c5a27..5267579 100644 --- a/konabot/plugins/kona_ph/core/message.py +++ b/konabot/plugins/kona_ph/core/message.py @@ -37,7 +37,7 @@ def get_puzzle_description(puzzle: Puzzle, with_answer: bool = False) -> UniMess if with_answer: result = result.text(f"\n\n题目答案:{puzzle.flag}") else: - result = result.text("\n\n输入「提交答案 答案」来提交你的解答") + result = result.text("\n\nAt 我或者私聊我「提交答案 答案」来提交你的解答") return result