This document is for people who want to contribute to this project!
To contribute to Green-bot, start with Forking the repo. Then make your changes and Create a pull request. We can help you on the Discord Server
We are using Prettier to format the code.
- Always use a normal name for commands, events etc. (ecample:
help.js,messageCreate.js)
- Use
camelCaseforFunction names,Variables, etc. andPascalCaseforClass name - Do not make unused variables/imports
- Use English language
- For embeds, don't use the MessageEmbed import but in json
- Use English language
- Explain what your update does
- If possible, test your code