From 4058136dc9d2feb0568602783cf8842f9d16d6fc Mon Sep 17 00:00:00 2001 From: Alee Date: Wed, 18 Apr 2018 19:14:23 -0400 Subject: I think this might work --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index eb873d4..db24e3c 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,11 @@ # 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 -- cgit v1.2.3