aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'config.py')
-rw-r--r--config.py5
1 files changed, 5 insertions, 0 deletions
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([
19 [KeyboardButton(text="/Help")] 19 [KeyboardButton(text="/Help")]
20]) 20])
21 21
22LOGIN_MENU = ReplyKeyboardMarkup([
23 [KeyboardButton(text="/login")],
24 [KeyboardButton(text="/Help")]
25])
26
22SKIP_LOCATION_SEARCH = CALLBACK_SKIP 27SKIP_LOCATION_SEARCH = CALLBACK_SKIP
23INLINE_SKIP_MENU = InlineKeyboardMarkup([ 28INLINE_SKIP_MENU = InlineKeyboardMarkup([
24 [InlineKeyboardButton("Skip", callback_data=SKIP_LOCATION_SEARCH)] 29 [InlineKeyboardButton("Skip", callback_data=SKIP_LOCATION_SEARCH)]
Powered by cgit v1.2.3 (git 2.41.0)