Sending product title also

This commit is contained in:
Kellermann 2022-05-29 12:40:35 +02:00
parent 49cff99067
commit e09435105e

View File

@ -566,6 +566,7 @@ def daily_message(message):
bot.send_message(chat_id=user_id, text=str( bot.send_message(chat_id=user_id, text=str(
hf.make_markdown_proof(product_for_today.image_link) hf.make_markdown_proof(product_for_today.image_link)
), parse_mode="MARKDOWNV2") ), parse_mode="MARKDOWNV2")
bot.send_message(chat_id=user_id, text=product_for_today.title)
start_time = time.time() start_time = time.time()
# next step with message and start time # next step with message and start time