diff options
Diffstat (limited to 'config.py')
| -rw-r--r-- | config.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,4 +2,5 @@ from os import environ 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 |
