feat(weburl): add handler to retrieve and display the web panel URL

This commit is contained in:
MiliAxe
2025-12-31 13:10:11 +03:30
parent 6ab408c1d3
commit 68ba04fd77
3 changed files with 10 additions and 1 deletions

View File

@ -4,5 +4,5 @@ def create_main_markup():
markup = types.ReplyKeyboardMarkup(resize_keyboard=True)
markup.row(' Add User', '🔍 Show User')
markup.row('🗑️ Delete User', '🖥️ Server Info')
markup.row('💾 Backup Server')
markup.row('💾 Backup Server', '🔗 Get Webpanel URL')
return markup