Add button to search for projects
This commit is contained in:
parent
a8fd51fe93
commit
c38ddcb01c
|
@ -4,7 +4,8 @@ from aiogram.types import ReplyKeyboardMarkup
|
|||
default_kb = ReplyKeyboardMarkup(
|
||||
resize_keyboard=True,
|
||||
keyboard=[
|
||||
["Мои проекты", "Создать проект"],
|
||||
["Найти проект"],
|
||||
["Создать проект", "Мои проекты"],
|
||||
["Помощь"],
|
||||
],
|
||||
)
|
||||
|
|
Reference in a new issue