You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
By implementing Cogs, not only will it improve readability and maintainability, it will also make it extremely easy to add new features & slash commands.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: