Text edited
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-05-04 20:43:53 +07:00
parent 0fc4d0df82
commit 221ff51d3d

View File

@ -12,7 +12,7 @@ MENU_KB.add_link_button(text="Чат абитуриентов", link="https://vk
MENU_KB.add_row()
MENU_KB.add_text_button(text="Пообщаться со студентом", payload={"student": "1"}, color=ButtonColor.PRIMARY)
MENU_KB.add_row()
MENU_KB.add_text_button(text="Пообщаться преподавателем", payload={"teacher": "1"}, color=ButtonColor.PRIMARY)
MENU_KB.add_text_button(text="Пообщаться с преподавателем", payload={"teacher": "1"}, color=ButtonColor.PRIMARY)
# MENU_KB.add_row()
# MENU_KB.add_text_button(text="АЧе делать?", payload={"man": "1"}, color=ButtonColor.PRIMARY)