change text align

This commit is contained in:
Oleg Oleg 2026-01-11 21:54:34 +04:00
parent d2b23b4b20
commit a6093de7ee

View File

@ -63,7 +63,9 @@ async def choose_tariff(update: Update, context: ContextTypes.DEFAULT_TYPE):
payment_url = f"https://pay.example.com/payment?tariff={tariff}&price={price}"
pay_keyboard = [
InlineKeyboardButton("Перейти к оплате", url=payment_url)
[
InlineKeyboardButton("Перейти к оплате", url=payment_url),
]
]
await query.message.reply_text(