Modular Addon System #9
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This subsystem would allow for a standard addon structure to be employed. Using that structure, it would allow devs to create addons much quicker.
For example, the original discord py library. Their cogs system where you could drop in a cog file in a directory and it would automatically be added into the function of the app.
This should be split into core modules and discord command modules.
For example:
Core Modules; (Unknown at this time, but could prove useful?)
Discord Command Modules; Link Cop, 420 Timer, etc.