- Take a look over at the issues tab.
- If what you're planning to do is not listed, make an issue and ask about whether or not the feature you want to add is needed before making a pull request.
- Code should meet the PEP8 standard, however with 120 characters as the max length per line instead of 80.
- Use single
'
quotes unless it's necessary to use double quotation marks"
. - Use double quotation marks
"
for multi-line comments. - Variable names should be written in snake_case.
- Implement using slash commands
It is preferred that you also consider the following, however it is not required:
- Use embeds. Default embed color should be set to
interaction.client.user.color
unless there's a reason to use another color.