Add translations
This commit is contained in:
@@ -44,7 +44,7 @@ def get_router() -> APIRouter:
|
||||
chat_id, display_name = await svc.auth.handle_callback(code=code, state=state)
|
||||
runner = request.app.state.runtime.telegram_runner
|
||||
if runner is not None:
|
||||
await runner.send_message(chat_id, f"Spotify подключен: {display_name}\nТеперь можно /generate")
|
||||
await runner.send_spotify_connected_notice(chat_id, display_name)
|
||||
return """
|
||||
<html><body style="font-family:sans-serif;padding:24px">
|
||||
<h2>Spotify connected</h2>
|
||||
|
||||
Reference in New Issue
Block a user