Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 860 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (19 loc) · 860 Bytes

Contributing

This document is for people who want to contribute to this project!

How it works

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

Formatting

We are using Prettier to format the code.

File names

  • Always use a normal name for commands, events etc. (ecample: help.js, messageCreate.js)

Some Rules

  • Use camelCase for Function names, Variables, etc. and PascalCase for Class name
  • Do not make unused variables/imports
  • Use English language
  • For embeds, don't use the MessageEmbed import but in json

Pull Requests

  • Use English language
  • Explain what your update does
  • If possible, test your code