NobWow / snakebot

A discord bot written in Python using discord.py library with addon support (abandonware)
GNU General Public License v3.0
0 stars 0 forks source link

No documentation for addon development #3

Open NobWow opened 3 years ago

NobWow commented 3 years ago

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

NobWow commented 1 year ago

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.