misslame / misslame/BroncoderBot
[ENHANCEMENT] Use Cogs to organize the bot's commands and functions better
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 9
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Cogs allow for each different set of commands to be organized in different files. Cogs also allow the bot to load and unload cogs at will (meaning you can make changes on GitHub, pull those changes into the bot, then reload the cog that was affected by the changes without having the bot go offline).
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting how the bot's commands and functions are currently organized, then read the linked discord.py Cog API documentation. Done means the command groups are separated into cogs and can be loaded or unloaded without taking the bot offline.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100