mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-07-10 23:11:47 +08:00
fix bugs
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user