diff options
| author | mroik <mroik@delayed.space> | 2021-11-25 00:48:12 +0100 |
|---|---|---|
| committer | mroik <mroik@delayed.space> | 2021-11-25 00:48:12 +0100 |
| commit | 15e9047c6cdde34662f86fa0b1156c7a860cb895 (patch) | |
| tree | 1f3ff8c737ed1c169055796c717301bf30d6b090 /config.py | |
| parent | 9ac7fd007bb935f708be95ed1dcdba4cc8330d76 (diff) | |
Highlighting
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 |
