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