diff --git a/config.example.py b/config.example.py index 93acccd..0d044a1 100644 --- a/config.example.py +++ b/config.example.py @@ -9,8 +9,7 @@ coloredlogs.install(level='INFO') api_id = YOUR TG API ID HERE api_hash = YOUR TG API HASH HERE - -temp_folder = TEMP FOLDER OF THE GENERATIONS +bot_token = YOUR BOT TOKEN HERE client = TelegramClient('bot', api_id, api_hash)