forked from AI621/ai621
remove temp_folder, add bot_token in config
This commit is contained in:
parent
2109757dd0
commit
17bf9835c7
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue