Add dev mode and fix menu and fix stars and cryptobot

This commit is contained in:
Zakhar Izmaylov
2024-11-15 11:40:25 +03:00
parent 31fa90aef1
commit 5dd1fab7e9
9 changed files with 80 additions and 72 deletions
+2
View File
@@ -28,6 +28,8 @@ async def send_welcome_message(chat_id: int, trial_status: int):
)
builder.row(
InlineKeyboardButton(text="📞 Техническая поддержка", url=SUPPORT_CHAT_URL),
)
builder.row(
InlineKeyboardButton(text="📢 Официальный канал", url=CHANNEL_URL),
)
builder.row(InlineKeyboardButton(text="🌐 О нашем VPN", callback_data="about_vpn"))