Add admin's chat id for notifications

This commit is contained in:
KoalaSat
2024-03-28 08:46:49 +00:00
committed by GitHub
parent f90b03a33d
commit d2db20ecdb

View File

@ -68,6 +68,8 @@ THE_OTHER_ROBOSATS = 'robosats6tkf3eva7x2voqso3a5wcorsnw34jveyxfqi2fu7oyheasid.o
# Telegram bot token # Telegram bot token
TELEGRAM_TOKEN = '' TELEGRAM_TOKEN = ''
TELEGRAM_BOT_NAME = '' TELEGRAM_BOT_NAME = ''
# Telegram chat id to receive admin notifications
TELEGRAM_COORDINATOR_CHAT_ID = ''
# Notify new messages in-chat app (fiat exchange step) if at least X minutes has passed since the last chat message. # Notify new messages in-chat app (fiat exchange step) if at least X minutes has passed since the last chat message.
CHAT_NOTIFICATION_TIMEGAP = 5 CHAT_NOTIFICATION_TIMEGAP = 5