This commit is contained in:
jxxghp
2024-03-16 15:31:04 +08:00
parent d0af1bf075
commit 9acf05f334
7 changed files with 29 additions and 15 deletions

View File

@ -147,8 +147,7 @@ class MessageChain(ChainBase):
), role="user")
self.messageoper.add(
channel=channel,
userid=userid,
username=username,
userid=username or userid,
text=text,
action=0
)