调整信息
This commit is contained in:
@ -37,7 +37,7 @@ def get_puzzle_description(puzzle: Puzzle, with_answer: bool = False) -> UniMess
|
|||||||
if with_answer:
|
if with_answer:
|
||||||
result = result.text(f"\n\n题目答案:{puzzle.flag}")
|
result = result.text(f"\n\n题目答案:{puzzle.flag}")
|
||||||
else:
|
else:
|
||||||
result = result.text("\n\n输入「提交答案 答案」来提交你的解答")
|
result = result.text("\n\nAt 我或者私聊我「提交答案 答案」来提交你的解答")
|
||||||
|
|
||||||
return result
|
return result
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user