From 8b2ddd74c211d616e1c30dd78c50f67b9036b8f7 Mon Sep 17 00:00:00 2001 From: Alee Date: Wed, 18 Apr 2018 19:12:54 -0400 Subject: More changes in the tutorial --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4a6ea2a..eb873d4 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,13 @@ # Tutorial for self hosting -First get NodeJS then clone this repo then do `npm install` in the AleeBot folder after remove example in `tokens.json.example` then get your token from discord and finally run this in linux `./run_linux.sh` or for windows `run_win.bat` +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 -- cgit v1.2.3