diff --git a/config.example.py b/config.example.py index c30ac03..9487fdc 100644 --- a/config.example.py +++ b/config.example.py @@ -36,7 +36,8 @@ client.queue = PriorityQueue() client.media_lock = asyncio.Lock() 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 = workers = [ Worker('http://127.0.0.1:7860', client, 'armorlink'),