Skip to content
This repository was archived by the owner on Jul 11, 2023. It is now read-only.

Contributing

pahosler edited this page Jun 23, 2018 · 1 revision

Contributing

Getting up and running

  1. Clone this repo
  2. npm install
  3. Create a .env file with:
TOKEN=<Bot Token>
OWNER_ID=<Bot owner id>
  1. npm start

Owners

To set the bot owners add an "owners" property to the config file and add the owner ids:

{
  "prefix": ">",
  "owners": ["1234567891234"]
}

Helpful links

Below are some helpful links that can help you with the production of a bot

Issues

When making an issue include the problem you are having/what feature should be added so that people can easily understand the issue from the title and description.

Prefixes

When adding an issue add a prefix to the title to help contributers understand what type of issue it is.

For example,

  • Important!
  • Feature
  • News
  • Bugs
  • etc.

This will help keep the issue section stay organized and help contributors understand all the problems.

Clone this wiki locally