first commit
This commit is contained in:
8
bot.0.1/keybords/admin_kb.py
Executable file
8
bot.0.1/keybords/admin_kb.py
Executable file
@@ -0,0 +1,8 @@
|
||||
from aiogram.types import ReplyKeyboardMarkup, KeyboardButton
|
||||
|
||||
|
||||
# - кнопки клавиатуры админа
|
||||
button_load = KeyboardButton("/Загрузить")
|
||||
button_delete = KeyboardButton("/Удалить")
|
||||
|
||||
button_case_admin = ReplyKeyboardMarkup(resize_keyboard=True).add(button_load).add(button_delete)
|
||||
Reference in New Issue
Block a user