Skip to content

Commit 97ce199

Browse files
committed
feat(release): add reminders bot script
1 parent 979c0dc commit 97ce199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release/reminders_bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
load_dotenv()
88

99
TELEGRAM_BOT_API_KEY = os.environ.get("TELEGRAM_BOT2_API_KEY")
10-
TELEGRAM_CHAT_ID = os.environ.get("TELEGRAM_CHAT_ID", "610574272")
10+
TELEGRAM_CHAT_ID = "610574272"
1111

1212
def send_telegram_message(bot_token, chat_id, message):
1313
"""Sends a message to a Telegram chat using the Telegram Bot API."""

0 commit comments

Comments
 (0)