From cbfde03e620188d80213a8b15a4dffdb8948b257 Mon Sep 17 00:00:00 2001 From: clarkzjw Date: Thu, 23 Feb 2023 21:18:49 -0800 Subject: bot: implement /logout command --- config.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config.py') diff --git a/config.py b/config.py index 83ee37a..9b52205 100644 --- a/config.py +++ b/config.py @@ -19,6 +19,11 @@ MAIN_MENU = ReplyKeyboardMarkup([ [KeyboardButton(text="/Help")] ]) +LOGIN_MENU = ReplyKeyboardMarkup([ + [KeyboardButton(text="/login")], + [KeyboardButton(text="/Help")] +]) + SKIP_LOCATION_SEARCH = CALLBACK_SKIP INLINE_SKIP_MENU = InlineKeyboardMarkup([ [InlineKeyboardButton("Skip", callback_data=SKIP_LOCATION_SEARCH)] -- cgit v1.2.3