aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'config.py')
-rw-r--r--config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.py b/config.py
index d5455a3..b2025ca 100644
--- a/config.py
+++ b/config.py
@@ -16,6 +16,7 @@ FEDI_LOGIN, WAIT_LOCATION, LOCATION_SEARCH_KEYWORD, LOCATION_CONFIRMATION, ADD_M
16 16
17MAIN_MENU = ReplyKeyboardMarkup([ 17MAIN_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
21SKIP_LOCATION_SEARCH = CALLBACK_SKIP 22SKIP_LOCATION_SEARCH = CALLBACK_SKIP
Powered by cgit v1.2.3 (git 2.41.0)