mirror of https://github.com/Mai-with-u/MaiBot.git
Update heartFC_chat.py
parent
b0739c42e3
commit
6a49f142ca
|
|
@ -586,7 +586,7 @@ class HeartFChatting:
|
||||||
return False, "", ""
|
return False, "", ""
|
||||||
|
|
||||||
# 处理动作并获取结果
|
# 处理动作并获取结果
|
||||||
success, reply_text = await action_handler.handle_action()
|
result = await action_handler.handle_action()
|
||||||
if len(result) == 3:
|
if len(result) == 3:
|
||||||
success, reply_text, command = result
|
success, reply_text, command = result
|
||||||
else:
|
else:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue