mirror of https://github.com/Mai-with-u/MaiBot.git
Merge branch 'dev' of https://github.com/MaiM-with-u/MaiBot into dev
commit
6c117742a9
|
|
@ -189,7 +189,7 @@ class ChatBot:
|
|||
)
|
||||
|
||||
message.update_chat_stream(chat)
|
||||
|
||||
|
||||
# 处理消息内容,生成纯文本
|
||||
await message.process()
|
||||
|
||||
|
|
@ -199,7 +199,6 @@ class ChatBot:
|
|||
):
|
||||
return
|
||||
|
||||
|
||||
# 命令处理 - 使用新插件系统检查并处理命令
|
||||
is_command, cmd_result, continue_process = await self._process_commands_with_new_system(message)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue