summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-04-18 19:12:54 -0400
committerAlee <alee14498@gmail.com>2018-04-18 19:12:54 -0400
commit8b2ddd74c211d616e1c30dd78c50f67b9036b8f7 (patch)
tree72f78587e5ce1988ff31209df556252d7e85c90a
parent6a81c1325a1025746658d4c19f6dc9bb4075c026 (diff)
downloadAleeBot-8b2ddd74c211d616e1c30dd78c50f67b9036b8f7.tar.gz
AleeBot-8b2ddd74c211d616e1c30dd78c50f67b9036b8f7.tar.bz2
AleeBot-8b2ddd74c211d616e1c30dd78c50f67b9036b8f7.zip
More changes in the tutorial
-rw-r--r--README.md8
-rw-r--r--tokens.json.example3
2 files changed, 7 insertions, 4 deletions
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
diff --git a/tokens.json.example b/tokens.json.example
deleted file mode 100644
index cdf8c27..0000000
--- a/tokens.json.example
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "abtoken": "token"
-}