summaryrefslogtreecommitdiff
path: root/README.md
blob: db24e3cad9f78f5d8cd7ee055fbb5b5712ff533f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# AleeBot
<p>Welcome to the AleeBot github repo! This bot is crafted for discord servers.</p>
<p>If you want to help do a pull request, also submit a problem/suggestion to issues.</p>

[![Discord Bots](https://discordbots.org/api/widget/status/282547024547545109.svg)](https://discordbots.org/bot/282547024547545109) [![Build Status](https://travis-ci.org/AleeCorp/AleeBot.svg?branch=master)](https://travis-ci.org/AleeCorp/AleeBot) [![CircleCI](https://circleci.com/gh/AleeCorp/AleeBot.svg?style=svg)](https://circleci.com/gh/AleeCorp/AleeBot)

# Tutorial for self hosting

First get NodeJS then clone this repo then do `npm install` in the AleeBot folder. Now add a file called `tokens.json` then copy and paste this follow code.
```
{
  "abtoken": "token"
}
```
Then get your token from discord and replace token with your token and finally run this in linux `./run_linux.sh` or for windows `run_win.bat`.

# Contributors
Here's the list of people who helped me with AleeBot for discord servers
1. Alee14
2. OfficialRain (Rain)
3. jtsshieh

**Please note if you contribute to this please put your name here.**