From b1223455eb2e7412d3185598b4fe5c95d8d566d9 Mon Sep 17 00:00:00 2001 From: Danyway <35162922+danywayGit@users.noreply.github.com> Date: Fri, 17 Dec 2021 00:41:37 +0100 Subject: [PATCH] Update config.py --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 30fed5a..f611847 100644 --- a/config.py +++ b/config.py @@ -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, or "@ChanelName") +channel = 0 # Channel ID (ex. -1001487568087, or "@ChannelName") # Discord Settings send_discord_alerts = False