forked from AI621/ai621
1
0
Fork 0

remove temp_folder, add bot_token in config

This commit is contained in:
nameless 2023-08-15 19:50:58 +00:00
parent 2109757dd0
commit 17bf9835c7
1 changed files with 1 additions and 2 deletions

View File

@ -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)