fix(bot): anime handler import 수정 (handle_anime_action -> handle_anime_message)

This commit is contained in:
2026-03-18 21:32:15 +09:00
parent 489755ff22
commit 7a9f4c292f

View File

@@ -436,8 +436,8 @@ async def on_message(message: discord.Message):
elif mode == "anime":
# 기존 anime 핸들러 호출
from handlers.anime_handler import handle_anime_action
await handle_anime_action(parsed, message.channel)
from handlers.anime_handler import handle_anime_message
await handle_anime_message(message, parsed)
elif mode == "task":
# 에이전트 모드 (파일 작업 필요)