Sending product title also
This commit is contained in:
parent
49cff99067
commit
e09435105e
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user