From e09435105e90acf5ca862cd95fd7ccb9efcf5f8f Mon Sep 17 00:00:00 2001 From: Kellermann Date: Sun, 29 May 2022 12:40:35 +0200 Subject: [PATCH] Sending product title also --- source/bot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/source/bot.py b/source/bot.py index 5116187..ad631eb 100644 --- a/source/bot.py +++ b/source/bot.py @@ -566,6 +566,7 @@ def daily_message(message): bot.send_message(chat_id=user_id, text=str( hf.make_markdown_proof(product_for_today.image_link) ), parse_mode="MARKDOWNV2") + bot.send_message(chat_id=user_id, text=product_for_today.title) start_time = time.time() # next step with message and start time