Migrate to command groups and cogs #14

Open
opened 2022-11-04 08:03:02 +00:00 by RyanJGray · 1 comment
RyanJGray commented 2022-11-04 08:03:02 +00:00 (Migrated from github.com)

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.

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.
minuq commented 2022-11-06 13:59:42 +00:00 (Migrated from github.com)

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

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
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
kharms-dev/discord-power-bot#14
No description provided.