feat:正确拦截消息
This commit is contained in:
@@ -116,6 +116,7 @@ class ChatBot:
|
||||
try:
|
||||
# 执行命令
|
||||
success, response, intercept_message = await command_instance.execute()
|
||||
message.is_no_read_command = bool(intercept_message)
|
||||
|
||||
# 记录命令执行结果
|
||||
if success:
|
||||
|
||||
Reference in New Issue
Block a user