forked from kodorvan/stcs
The stop trading button has been added, and the switch mode has been fixed
This commit is contained in:
@@ -36,6 +36,7 @@ main_menu = InlineKeyboardMarkup(
|
||||
)
|
||||
],
|
||||
[InlineKeyboardButton(text="Начать торговлю", callback_data="start_trading")],
|
||||
[InlineKeyboardButton(text="Остановить торговлю", callback_data="stop_trading")],
|
||||
]
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user