mirror of
https://github.com/TheFunny/TelegramTwitterMediaBot.git
synced 2026-09-23 23:32:05 +00:00
A typo in EDIT_MESSAGE_TTL_SECONDS / WEBHOOK_PORT etc. used to silently fall back to a default, so the bot ran with different behavior than the operator intended (or failed much later on a bare .expect). Unparseable values now log a loud warning naming the variable; invalid webhook settings still surface as a hard .expect in webhook mode.