diff options
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") |
