From 9ab1160316b16056abe91af13fde6946f2e0ade8 Mon Sep 17 00:00:00 2001 From: mroik Date: Thu, 25 Nov 2021 16:29:39 +0100 Subject: Modified to retain user tagging --- config.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.py') diff --git a/config.py b/config.py index 19ea090..8466aa3 100644 --- a/config.py +++ b/config.py @@ -5,3 +5,5 @@ API_HASH = environ.get("TELEGRAM_API_HASH") GROUP_ID = environ.get("TELEGRAM_GROUP_ID") WORDLIST = [] # List of words to be notified about BOT_TOKEN = environ.get("TELEGRAM_BOT_TOKEN") +BOT_ID = environ.get("TELEGRAM_BOT_ID") +USER_ID = environ.get("TELEGRAM_USER_ID") -- cgit v1.3