New features

This commit is contained in:
2022-06-16 00:32:17 +03:00
parent 63afce795e
commit 2b69567cc9
31 changed files with 318 additions and 77 deletions

View File

@@ -9,4 +9,5 @@ def main_menu(active: bool = False) -> ReplyKeyboardMarkup:
markup.add(KeyboardButton(messages.leave_work))
else:
markup.add(KeyboardButton(messages.on_work))
markup.add(messages.back)
return markup