Skip to content

Commit

Permalink
Update keyboard.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ebosh-alt authored Jul 22, 2022
1 parent ed41fed commit 9375864
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions keyboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
admin_start = types.InlineKeyboardMarkup(row_width=1).add(
types.InlineKeyboardButton(text="создать конкурс", callback_data="add_contest"),
types.InlineKeyboardButton(text="остановить конкурс", callback_data="stop_contest"),
types.InlineKeyboardButton(text="просмотреть конкурс", callback_data="present_context"),
types.InlineKeyboardButton(text="забанить пользователя", callback_data="block_user"),
types.InlineKeyboardButton(text="разблокировать пользователя", callback_data="unblock_user"),
types.InlineKeyboardButton(text="изменить текста", callback_data="change_text"))
Expand Down

0 comments on commit 9375864

Please sign in to comment.