Merge pull request #376 from SengokuCola/refactor

Refactor
This commit is contained in:
SengokuCola
2025-03-14 15:06:30 +08:00
committed by GitHub
15 changed files with 655 additions and 402 deletions

View File

@@ -325,7 +325,7 @@ class MessageSending(MessageProcessBase):
self.message_segment = Seg(
type="seglist",
data=[
Seg(type="reply", data=reply.message_info.message_id),
Seg(type="reply", data=self.reply.message_info.message_id),
self.message_segment,
],
)