From c4297fe628a1216b1ab32dd37a81c3cfe40fd3a5 Mon Sep 17 00:00:00 2001 From: clarkzjw Date: Mon, 20 Feb 2023 14:46:43 -0800 Subject: add TODO --- bot.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bot.py') diff --git a/bot.py b/bot.py index 467c37e..088eb0c 100644 --- a/bot.py +++ b/bot.py @@ -66,6 +66,9 @@ async def button(update: Update, context: ContextTypes.DEFAULT_TYPE) -> None: query = update.callback_query await query.answer() + # TODO + # ask user whether they would like to attach their own photos + poi = get_loc(query.data) photo_url = get_poi_top_photo(query.data) media_id = None -- cgit v1.2.3