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 format
pull/83/head
Danyway 2021-12-17 00:39:55 +01:00 zatwierdzone przez GitHub
rodzic 3306a060e8
commit ee3f7fe4b1
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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