This repository was archived by the owner on Jul 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
Contributing
pahosler edited this page Jun 23, 2018
·
1 revision
- Clone this repo
npm install- Create a
.envfile with:
TOKEN=<Bot Token>
OWNER_ID=<Bot owner id>
npm start
To set the bot owners add an "owners" property to the config file and add the owner ids:
{
"prefix": ">",
"owners": ["1234567891234"]
}Below are some helpful links that can help you with the production of a bot
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.
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.