QuiltMC / cozy-discord

Discord bot used for Quilt's day-to-day tasks. Discord avatar based on Feuerfuchs blobfox emoji at https://www.feuerfuchs.dev/en/projects/blobfox-emojis/
Other
23 stars 24 forks source link

Modularization #17

Open gdude2002 opened 2 years ago

gdude2002 commented 2 years ago

Cozy is currently very coupled. Extensions need to be factored out into modules, and made generic enough that they'd be easy to slot into a KordEx bot that isn't intended only for Quilt.

We can likely get away with using Gradle submodules for this pretty easily.

gdude2002 commented 2 years ago

Alright, so it's time to start looking into this. These are the modules I have planned right now, as a first step for moving functionality out of Quilt-specific extensions:

So, yup, there's a lot to do!