Migrate to command groups and cogs #14
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
maintenance
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
kharms-dev/discord-power-bot#14
Loading…
Add table
Add a link
Reference in a new issue
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?
Cogs allows us to more logically group the code into chunks, so for instance, the power actions commands code could be kept in one cog and server status commands code could be kept in another cog.
This also tidies up the main Python file for the bot.
Might want to wait with this for https://github.com/kharms-dev/discord-power-bot/pull/15 depending on how much that restructures the codebase