/rconfig does not reload certain configurations #61

Closed
opened 2025-10-19 05:16:36 -04:00 by sirdog3355 · 1 comment
sirdog3355 commented 2025-10-19 05:16:36 -04:00 (Migrated from github.com)

The point of /rconfig is that any value should be able to be edited in variables.json or misc_text.json and, upon execution, the bot will work with the new variables. At the moment, during routine testing, I discovered this is not the case for bibleq_hour_of_day and bibleq_min_of_day. I suspect this is due to how tasks.loop() works.

Quite honestly, I feel like the best solution is to scrap the refreshing stuff and just create a good-ole-fashion /reboot command. The bot is not high-profile enough where it remaining persistent as long as possible is necessary.

The point of `/rconfig` is that _any_ value should be able to be edited in `variables.json` or `misc_text.json` and, upon execution, the bot will work with the new variables. At the moment, during routine testing, I discovered this is not the case for `bibleq_hour_of_day` and `bibleq_min_of_day`. I suspect this is due to how `tasks.loop()` works. Quite honestly, I feel like the best solution is to scrap the refreshing stuff and just create a good-ole-fashion `/reboot` command. The bot is not high-profile enough where it remaining persistent as long as possible is necessary.
sirdog3355 commented 2025-10-19 14:41:31 -04:00 (Migrated from github.com)

This is also the case for /rquote themes.

This is also the case for `/rquote` themes.
Sign in to join this conversation.
No description provided.