Skip to content
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.

Commit

Permalink
Debug - 回复类消息格式
Browse files Browse the repository at this point in the history
  • Loading branch information
QXAzusa committed Aug 1, 2022
1 parent 3f31335 commit d9c2316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QQ.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def replymsg(msgid):
replymsg_timestamp = replymsg_json["data"]["time"]
replymsg_styletime = styletime(replymsg_timestamp)
if TG == "True":
replymsg = "__回复:" + replymsg_sender + "(" + replymsg_styletime + "): " + replymsg + "__\n"
replymsg = "[回复:" + replymsg_sender + "(" + replymsg_styletime + "): " + replymsg + "]\n"
else:
replymsg = f"回复 {replymsg_sender}的消息: "
return replymsg
Expand Down

0 comments on commit d9c2316

Please sign in to comment.