diff options
| author | Alee <alee14498@gmail.com> | 2018-04-18 19:17:11 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-04-18 19:17:11 -0400 |
| commit | 9ead5a1a87d5d5ebe9be3953d54379a5b36281bd (patch) | |
| tree | 827527fd4c1768c6132aab9a7f529abba1837ad3 | |
| parent | 4058136dc9d2feb0568602783cf8842f9d16d6fc (diff) | |
| download | AleeBot-9ead5a1a87d5d5ebe9be3953d54379a5b36281bd.tar.gz AleeBot-9ead5a1a87d5d5ebe9be3953d54379a5b36281bd.tar.bz2 AleeBot-9ead5a1a87d5d5ebe9be3953d54379a5b36281bd.zip | |
Moved the tutorial
| -rw-r--r-- | CONTRIBUTING.md | 12 | ||||
| -rw-r--r-- | README.md | 9 |
2 files changed, 11 insertions, 10 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d2fdedc..bb5a2d1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,3 +1,13 @@ # Contributing to AleeBot
If you want to help me make AleeBot you must get NodeJS to make AleeBot work.
-Include the GPL-3.0 license too.
\ No newline at end of file +Include the GPL-3.0 license too.
+
+# Testing the bot
+
+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`.
\ No newline at end of file @@ -4,15 +4,6 @@ [](https://discordbots.org/bot/282547024547545109) [](https://travis-ci.org/AleeCorp/AleeBot) [](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
|
