From 0ff6855f7db175e494ed943a13016d9d4718783f Mon Sep 17 00:00:00 2001 From: Kellermann Date: Tue, 31 May 2022 10:19:51 +0200 Subject: [PATCH] Small change in message --- source/daily_challenge.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/daily_challenge.py b/source/daily_challenge.py index df6a7e7..e99af9c 100644 --- a/source/daily_challenge.py +++ b/source/daily_challenge.py @@ -91,8 +91,8 @@ def remind_users(): break if not guessed_today: bot.send_message(chat_id=user, text="REMINDER: You haven't guessed today!\n"\ - "There are 3 Hours left. Good Luck :)\n"\ - "/daily") + "There are 3 Hours left. Good Luck :)\n"\ + "/daily to participate") def set_todays_product():