nlef / moonraker-telegram-bot

Telegram bot to interact with Moonraker (Klipper Web API Server)
Creative Commons Zero v1.0 Universal
253 stars 66 forks source link

Status message rework, Secrets, QoL fixes #196

Closed aka13-404 closed 1 year ago

aka13-404 commented 2 years ago

This update breaks the config (sorry). Please check out the release notes if you plan updating. https://github.com/nlef/moonraker-telegram-bot/releases/tag/v1.4.5

Grafton1046 commented 2 years ago

attempted to setup a secrets file, do the bot_token: and chat_id: fields sill need to exist in the telegram.conf file?

aka13-404 commented 2 years ago

No, of course not, you can skip them in the main telegram.conf

shcad commented 2 years ago

Please add info to the Wiki that secret file MUST have [secrets] section header included to be parsed properly. Not only main config file. Currently its not so obvious, and could be misleading (as for me for a while).

BTW. Thank You for implementing secrets funcionality

aka13-404 commented 2 years ago

Oh man, I really did forget to add that, thank you for the catch. It certainly is not obvious. Appreciate the effort, will fix it ASAP.