From 6aafc4e506e2a9aa72955917f031241be4444c67 Mon Sep 17 00:00:00 2001 From: clarkzjw Date: Thu, 23 Feb 2023 01:09:50 -0800 Subject: bot: add command templates --- config.py | 1 + 1 file changed, 1 insertion(+) (limited to 'config.py') 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 MAIN_MENU = ReplyKeyboardMarkup([ [KeyboardButton(text="Check-in here", request_location=True)], + [KeyboardButton(text="/Help")] ]) SKIP_LOCATION_SEARCH = CALLBACK_SKIP -- cgit v1.2.3