We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3a4b9b commit 987d5edCopy full SHA for 987d5ed
scripts/release/reminders_bot.py
@@ -35,7 +35,7 @@ def get_chat_id(bot_token):
35
def send_reminder(message):
36
"""Sends a reminder message to Telegram."""
37
if TELEGRAM_BOT2_API_KEY and TELEGRAM_CHAT_ID:
38
- send_telegram_message(TELEGRAM_BOT2_API_KEY, TELEGRAM_CHAT_ID, f"Reminder: {message}")
+ send_telegram_message(TELEGRAM_BOT2_API_KEY, TELEGRAM_CHAT_ID, f"{message}")
39
else:
40
print("TELEGRAM_BOT2_API_KEY and TELEGRAM_CHAT_ID are not set.")
41
0 commit comments