Closed cuesta4 closed 1 month ago
updatealerts
already exists.
// By default, the bot will DM the owner if the bot is running and a new version of the bot
// becomes available. Set this to false to disable this feature.
updatealerts=true
Sorry, I did not see this setting. Thanks for the help.
Is your feature request related to a problem? Please describe.
Sometimes we have to use unofficial versions of JBot that has fixes not yet available in the main branch. For example, the latest official version does not work for me, but an unnoficial version provided by the community does. The problem is that, since I'm not using the latest official version, the bot sends a message telling there's a new update every time I start it, which is very annoying.
What is your ideal solution to the problem?
Allow us to disable automatic update messages. Add a check to a config flag before running the "send DM" method.
How would this feature be used?
Open config file, change "update_reminder" to "false".
Additional Info
No response
Checklist