mpsparrow / applesauce

Applesauce is a lightweight Discord bot that provides a plugin management framework to enable powerful modular configurations
https://applesauce.site
GNU General Public License v3.0
4 stars 0 forks source link

Better Cog Structure #71

Closed mpsparrow closed 4 years ago

mpsparrow commented 4 years ago

Cogs need to be treated more like plugins and loaded differently. Currently a cog is limited to one file but ideally it should be a folder. This would also solve the issue of where to put new database connection functions. This will require a recoding of the loading and unloading of cogs along with tweaking all the cogs to work with the system.