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 979c0dc commit 97ce199Copy full SHA for 97ce199
scripts/release/reminders_bot.py
@@ -7,7 +7,7 @@
7
load_dotenv()
8
9
TELEGRAM_BOT_API_KEY = os.environ.get("TELEGRAM_BOT2_API_KEY")
10
-TELEGRAM_CHAT_ID = os.environ.get("TELEGRAM_CHAT_ID", "610574272")
+TELEGRAM_CHAT_ID = "610574272"
11
12
def send_telegram_message(bot_token, chat_id, message):
13
"""Sends a message to a Telegram chat using the Telegram Bot API."""
0 commit comments