forked from AI621/ai621
1
0
Fork 0

example config: admin_id comment

This commit is contained in:
nameless 2023-08-15 22:05:22 +00:00
parent 17a84f8dc3
commit d3de1bb531
1 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,8 @@ client.queue = PriorityQueue()
client.media_lock = asyncio.Lock() client.media_lock = asyncio.Lock()
client.process_queue = False client.process_queue = False
client.admin_id = USER ID OF THE ADMIN # Send message to @my_id_bot, it will reply with your Telegram ID.
client.admin_id = <USER ID OF THE ADMIN>
workers = [ workers = [
Worker('http://127.0.0.1:7860', client, 'armorlink'), Worker('http://127.0.0.1:7860', client, 'armorlink'),