改一下函数位置

This commit is contained in:
UnCLAS-Prommer
2025-09-13 18:55:55 +08:00
parent 9d78cbb1f1
commit 9ea1b53284
2 changed files with 101 additions and 112 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 = ""