Small change in message

This commit is contained in:
Kellermann 2022-05-31 10:19:51 +02:00
parent c465aa2a7f
commit 0ff6855f7d

View File

@ -91,8 +91,8 @@ def remind_users():
break break
if not guessed_today: if not guessed_today:
bot.send_message(chat_id=user, text="REMINDER: You haven't guessed today!\n"\ bot.send_message(chat_id=user, text="REMINDER: You haven't guessed today!\n"\
"There are 3 Hours left. Good Luck :)\n"\ "There are 3 Hours left. Good Luck :)\n"\
"/daily") "/daily to participate")
def set_todays_product(): def set_todays_product():