chore(telegram_bot): small improvements

This commit is contained in:
ITQ
2025-02-20 22:12:58 +03:00
parent 2390b24323
commit 8d7ff22d7a
3 changed files with 6 additions and 5 deletions
@@ -18,7 +18,8 @@ async def start_command(
if state_data["authenticated"]:
await message.answer(
"Already authenticated as"
f" <code>{state_data['advertiser']['name']}</code>"
f" <code>{state_data['advertiser']['name']}</code> "
f"(<code>{state_data['advertiser']['advertiser_id']}</code>)"
)
return