refactor: remove unreachable legacy command handlers
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user