Create common
This commit is contained in:
8
core/scripts/telegrambot/utils/common.py
Normal file
8
core/scripts/telegrambot/utils/common.py
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
from telebot import types
|
||||||
|
|
||||||
|
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')
|
||||||
|
return markup
|
||||||
Reference in New Issue
Block a user