feat: add Lolzteam payment integration

This commit is contained in:
2026-07-16 04:40:02 +05:00
parent cb56f6757e
commit 573dae70fb
13 changed files with 735 additions and 70 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ def ikb(
if copy is not None:
return InlineKeyboardButton(text=text, copy_text=CopyTextButton(text=copy))
if login is not None:
return InlineKeyboardButton(text=text, url=f"https://t.me/{login}")
return InlineKeyboardButton(text=text, url=f"https://telegram.me/{login}")
raise ValueError("Не указано действие для inline-кнопки")