chore(telegram_bot): small improvements

This commit is contained in:
ITQ
2025-02-20 22:12:58 +03:00
parent 1f4f9cd130
commit e674b518fc
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