mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-04 12:56:02 +00:00
refactor: 完成所有指令
This commit is contained in:
@@ -42,7 +42,7 @@ def process_command(session_name: str, text_message: str, mgr, config,
|
||||
command=cmd,
|
||||
crt_command=cmd,
|
||||
params=params,
|
||||
crt_params=params,
|
||||
crt_params=params[:],
|
||||
session_name=session_name,
|
||||
text_message=text_message,
|
||||
launcher_type=launcher_type,
|
||||
|
||||
Reference in New Issue
Block a user