kopia lustrzana https://github.com/fabston/TradingView-Webhook-Bot
Update config.py
Add an other example for the Chanel ID variable. in case of error :"Chat not found", when use in ID as integer formatpull/83/head
rodzic
3306a060e8
commit
ee3f7fe4b1
|
@ -16,7 +16,7 @@ sec_key = (
|
|||
# Telegram Settings
|
||||
send_telegram_alerts = False
|
||||
tg_token = "" # Bot token. Get it from @Botfather
|
||||
channel = 0 # Channel ID (ex. -1001487568087)
|
||||
channel = 0 # Channel ID (ex. -1001487568087, or "@ChanelName")
|
||||
|
||||
# Discord Settings
|
||||
send_discord_alerts = False
|
||||
|
|
Ładowanie…
Reference in New Issue