JSON loading centralized, daily bibleq execution made a configuration #56

Merged
sirdog3355 merged 1 commit from refact/centralize-json into dev 2025-10-18 22:01:48 -04:00
sirdog3355 commented 2025-10-18 22:01:30 -04:00 (Migrated from github.com)

The loading of JSON configuration has been centralized to a new config_loader.py file that is imported into the cogs. As part of this revamp various imports seen as unused by my IDE of choice were also cleaned.

As a direct result of this PR, the hour and minute when EnduraBot should send the bible quote has become configurable via variables.json with variables_example.json updated to reflect the expected variables.

Closes #53 and #37

The loading of JSON configuration has been centralized to a new `config_loader.py` file that is imported into the cogs. As part of this revamp various `imports` seen as unused by my IDE of choice were also cleaned. As a direct result of this PR, the hour and minute when EnduraBot should send the bible quote has become configurable via `variables.json` with `variables_example.json` updated to reflect the expected variables. Closes #53 and #37
Sign in to join this conversation.
No description provided.