forked from kodorvan/stcs
Added timer deletion button
This commit is contained in:
@@ -196,6 +196,7 @@ def create_close_limit_markup(symbol: str) -> InlineKeyboardMarkup:
|
||||
|
||||
timer_markup = InlineKeyboardMarkup(inline_keyboard=[
|
||||
[InlineKeyboardButton(text="Установить таймер", callback_data="clb_set_timer")],
|
||||
[InlineKeyboardButton(text="Удалить таймер", callback_data="clb_delete_timer")],
|
||||
back_btn_to_main
|
||||
])
|
||||
|
||||
|
Reference in New Issue
Block a user