The entire database has been changed to PostgresSQL. The entire code has been updated.
This commit is contained in:
8
app/telegram/keyboards/reply.py
Normal file
8
app/telegram/keyboards/reply.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from aiogram.types import KeyboardButton, ReplyKeyboardMarkup
|
||||
|
||||
profile = ReplyKeyboardMarkup(
|
||||
keyboard=[[KeyboardButton(text="Панель Bybit"), KeyboardButton(text="Профиль")]],
|
||||
resize_keyboard=True,
|
||||
one_time_keyboard=True,
|
||||
input_field_placeholder="Выберите пункт меню...",
|
||||
)
|
Reference in New Issue
Block a user