diff options
author | clarkzjw <[email protected]> | 2023-02-23 01:09:50 -0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2023-02-23 12:07:32 -0800 |
commit | 6aafc4e506e2a9aa72955917f031241be4444c67 (patch) | |
tree | 1c52713792a47bfdae2bb99409f343825bdfc2c2 /config.py | |
parent | c30cba1bb04945a8000c6089d5dcd376e08b2133 (diff) | |
download | swarm2fediverse-6aafc4e506e2a9aa72955917f031241be4444c67.tar.gz |
bot: add command templates
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 |