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

@@ -88,7 +88,6 @@ def create_application() -> Application:
)
application.bot_data["ai_client"] = ai_client
application.bot_data["assistant_mode"] = mode
application.bot_data["timezone"] = get_local_timezone()
application.bot_data["speech_recognizer"] = speech_recognizer
application.bot_data["voice_max_duration"] = get_voice_max_duration_seconds()