Fix alert detection, reorganize files #88
No reviewers
Labels
No labels
bug
config update
documentation
duplicate
enhancement
in dev
input needed
new feature
not in draft
refactor
waiting on docs update
wont-do
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Sirdog/EnduraBot!88
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "enhance/fix-listeners-and-reorganize"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Alrighty, so, this resolves #82 as
bot_react.pyhas been split intoalert_detect.pyandbot_insult.py.On top of this, in line with #85, repository has been re-organized.
alert_detect.pyandbot_insult.pymoved fromcogsto new folderlisteners.bible_daily.pymoved fromcogsto new foldertasks.config_loader.py,logging_setup.py, andpermissions_checker.pymoved from the root directory to new folderutils.Folder
cogswill 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.pyupdated to ensure the loading oflistenersandtasks.