diff options
| author | mroik <mroik@delayed.space> | 2021-11-25 16:29:39 +0100 |
|---|---|---|
| committer | mroik <mroik@delayed.space> | 2021-11-25 16:29:39 +0100 |
| commit | 9ab1160316b16056abe91af13fde6946f2e0ade8 (patch) | |
| tree | 51d757f6aab1db83f0520a68dd70a64d46d705df /config.py | |
| parent | 1b14ca9b44de19369463ad2afcf77b5b4fce3ef7 (diff) | |
Modified to retain user tagging
Diffstat (limited to 'config.py')
| -rw-r--r-- | config.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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") |
