Fix alert detection, reorganize files #88

Merged
sirdog3355 merged 1 commit from enhance/fix-listeners-and-reorganize into dev 2025-10-24 21:35:39 -04:00
sirdog3355 commented 2025-10-24 21:32:59 -04:00 (Migrated from github.com)

Alrighty, so, this resolves #82 as bot_react.py has been split into alert_detect.py and bot_insult.py.

On top of this, in line with #85, repository has been re-organized.

  • alert_detect.py and bot_insult.py moved from cogs to new folder listeners.
  • bible_daily.py moved from cogs to new folder tasks.
  • config_loader.py, logging_setup.py, and permissions_checker.py moved from the root directory to new folder utils.

Folder cogs will remain as is and will be dedicated to files creating commands.

Multiple files have been edited to reflect proper importing given the movement of various critical files to utils. main.py updated to ensure the loading of listeners and tasks.

Alrighty, so, this resolves #82 as `bot_react.py` has been split into `alert_detect.py` and `bot_insult.py`. On top of this, in line with #85, repository has been re-organized. - `alert_detect.py` and `bot_insult.py` moved from `cogs` to new folder `listeners`. - `bible_daily.py` moved from `cogs` to new folder `tasks`. - `config_loader.py`, `logging_setup.py`, and `permissions_checker.py` moved from the root directory to new folder `utils`. Folder `cogs` will remain as is and will be dedicated to files creating commands. Multiple files have been edited to reflect proper importing given the movement of various critical files to `utils`. `main.py` updated to ensure the loading of `listeners` and `tasks`.
Sign in to join this conversation.
No description provided.