mirror of
https://github.com/TheFunny/TelegramTwitterMediaBot.git
synced 2026-09-23 23:32:05 +00:00
handle_task and dead_letter_notify built a fresh Bot (env parse + HTTP client) per queue item. A single LazyLock<Bot> is forced at startup so a missing TELOXIDE_TOKEN fails fast instead of on the first task.