This commit is contained in:
jxxghp
2023-06-15 21:23:15 +08:00
parent fbfce9df52
commit 60526dbd2d
7 changed files with 71 additions and 36 deletions

View File

@@ -58,7 +58,8 @@ class UserMessageChain(ChainBase):
self.eventmanager.send_event(
EventType.CommandExcute,
{
"cmd": text
"cmd": text,
"user": userid
}
)
self.post_message(title=f"正在运行,请稍候 ...", userid=userid)