Midnight-Cafe / lacus

Moderation bot
1 stars 4 forks source link

Cleanup and refactor #16

Closed pk400 closed 3 years ago

pk400 commented 3 years ago

Description

To make it easier to understand the flow of the app I've refactored the overall app structure. Thanks to @dariansharma work in #12 I think we can utilize Cogs to assist us. In this implementation each large chunk of functionality can be broken into their own Cog which allows for separation of concerns which will help debugging going forward.

pk400 commented 3 years ago

Thanks for the :eyes: @dariansharma ! We'll probably need to add tests in the future since I can't verify this will work atm.