From 17bf9835c7d7ad7beaedd7b2577778610229b32c Mon Sep 17 00:00:00 2001 From: nameless Date: Tue, 15 Aug 2023 19:50:58 +0000 Subject: [PATCH] remove temp_folder, add bot_token in config --- config.example.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)