diff --git a/config.py.example b/config.py.example index 199f875..f8176a5 100644 --- a/config.py.example +++ b/config.py.example @@ -1,15 +1,5 @@ # Telegram bot token, as [BotFather](http://tg.me/BotFather) sends it. TG_TOKEN = '' -# Dictionary from Telegram user ID to their via API access token. -USER_TOKENS = { - 12345678: 'access_token' -} - -# Dictionary from Telegram to via group ID. -VIA_GROUPS = { - -1020304050: 12, -} - VIA_SCHEME = 'http' VIA_HOST = 'localhost:5000'