diff options
Diffstat (limited to 'config.py')
-rw-r--r-- | config.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ FEDI_LOGIN, WAIT_LOCATION, LOCATION_SEARCH_KEYWORD, LOCATION_CONFIRMATION, ADD_M | |||
16 | 16 | ||
17 | MAIN_MENU = ReplyKeyboardMarkup([ | 17 | MAIN_MENU = ReplyKeyboardMarkup([ |
18 | [KeyboardButton(text="Check-in here", request_location=True)], | 18 | [KeyboardButton(text="Check-in here", request_location=True)], |
19 | [KeyboardButton(text="/Help")] | ||
19 | ]) | 20 | ]) |
20 | 21 | ||
21 | SKIP_LOCATION_SEARCH = CALLBACK_SKIP | 22 | SKIP_LOCATION_SEARCH = CALLBACK_SKIP |