refactor: remove unreachable legacy command handlers

This commit is contained in:
kandrusyak
2026-07-27 17:41:33 +03:00
parent 3cc60c69e1
commit 79ed741a3b
3 changed files with 0 additions and 340 deletions

View File

@@ -536,11 +536,3 @@ async def run_agent_prompt(
update.effective_message,
"⚠️ **Произошла внутренняя ошибка** при запросе к модели.",
)
async def run_ai_prompt(
update: Update,
context: ContextTypes.DEFAULT_TYPE,
prompt: str,
) -> None:
await run_agent_prompt(update, context, prompt)