Add button to search for projects

This commit is contained in:
LoRiot 2022-10-21 19:23:24 +03:00
parent a8fd51fe93
commit c38ddcb01c
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@ from aiogram.types import ReplyKeyboardMarkup
default_kb = ReplyKeyboardMarkup(
resize_keyboard=True,
keyboard=[
["Мои проекты", "Создать проект"],
["Найти проект"],
["Создать проект", "Мои проекты"],
["Помощь"],
],
)