This commit is contained in:
SengokuCola
2025-09-14 17:10:10 +08:00
13 changed files with 903 additions and 342 deletions

View File

@@ -492,7 +492,7 @@ class HeartFChatting:
return False, "", ""
# 处理动作并获取结果
result = await action_handler.handle_action()
result = await action_handler.execute()
success, action_text = result
command = ""