The addon (module) system for Discord bot is enhanced version of discord.py commands extension called "cogs"
Modules are stored in mods/ folder and the cog classes is loaded by getCogs() function inside of the mods
But no detailed documentation is provided for that feature
Actually, I will be integrating the https://github.com/NobWow/admin-console-python to this code, although i will cause a lot of breaking changes for the bot modules, but it has more promising extension management.
The addon (module) system for Discord bot is enhanced version of discord.py commands extension called "cogs" Modules are stored in mods/ folder and the cog classes is loaded by getCogs() function inside of the mods But no detailed documentation is provided for that feature