From 7a9f4c292f2e03bd27c6cd915eff07ee92964f2d Mon Sep 17 00:00:00 2001 From: Variet Agent Date: Wed, 18 Mar 2026 21:32:15 +0900 Subject: [PATCH] =?UTF-8?q?fix(bot):=20anime=20handler=20import=20?= =?UTF-8?q?=EC=88=98=EC=A0=95=20(handle=5Fanime=5Faction=20->=20handle=5Fa?= =?UTF-8?q?nime=5Fmessage)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/discord_bot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/discord_bot.py b/api/discord_bot.py index b1e0b72..6bbc535 100644 --- a/api/discord_bot.py +++ b/api/discord_bot.py @@ -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": # 에이전트 모드 (파일 작업 필요)