Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement cogs #84

Open
Nadro-J opened this issue Nov 9, 2024 · 0 comments
Open

Implement cogs #84

Nadro-J opened this issue Nov 9, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request P2 Moderate Impact / Minor feature malfunctioning / Important but needs to be prioritized

Comments

@Nadro-J
Copy link
Collaborator

Nadro-J commented Nov 9, 2024

What are Cogs?

Cogs otherwise known as extensions allow you to organize the bots commands, events, and other functionalities into separate classes/files. This modular approach enhances code readability and maintainability.

https://discordpy.readthedocs.io/en/stable/ext/commands/cogs.html

What does this mean?

By implementing Cogs, not only will it improve readability and maintainability, it will also make it extremely easy to add new features & slash commands.

@Nadro-J Nadro-J added the enhancement New feature or request label Nov 10, 2024
@Nadro-J Nadro-J self-assigned this Nov 10, 2024
@Nadro-J Nadro-J added the P2 Moderate Impact / Minor feature malfunctioning / Important but needs to be prioritized label Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request P2 Moderate Impact / Minor feature malfunctioning / Important but needs to be prioritized
Projects
None yet
Development

No branches or pull requests

1 participant