itchono / Comrade

Discord bot for my personal server. In development.
https://comrade.itchono.repl.co/
GNU General Public License v3.0
7 stars 1 forks source link

Extensions and Hot-Reloading #150

Open itchono opened 3 years ago

itchono commented 3 years ago

Ref: https://discordpy.readthedocs.io/en/latest/ext/commands/extensions.html#ext-commands-extensions

  1. Re-add all cogs as extensions
  2. Make it so that we have fewer actual cogs in the help menu. We can still separate our functions into multiple files, but just put all of them into a single cog. (HOPEFULLY WE CAN)
  3. Make it so that we can live-clone the repository and reload our extensions. Make things modular. The only things that need to sorta stay constant here are going to be the main.py file and whatever is needed to load the extensions