fix(bot): anime handler import 수정 (handle_anime_action -> handle_anime_message)
This commit is contained in:
@@ -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":
|
||||
# 에이전트 모드 (파일 작업 필요)
|
||||
|
||||
Reference in New Issue
Block a user