From 6ff65935c878a9dc83eb7d81f1c9e745e543595b Mon Sep 17 00:00:00 2001 From: mroik Date: Thu, 25 Nov 2021 14:45:23 +0100 Subject: Messages are now sent by a bot in a group This way when someone mentions you without tagging you, there will be a notification from that group, because the message will be sent by the bot. --- config.py | 1 + 1 file changed, 1 insertion(+) (limited to 'config.py') diff --git a/config.py b/config.py index 2a8ec0d..19ea090 100644 --- a/config.py +++ b/config.py @@ -4,3 +4,4 @@ API_ID = environ.get("TELEGRAM_API_ID") 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") -- cgit v1.3