From 9ead5a1a87d5d5ebe9be3953d54379a5b36281bd Mon Sep 17 00:00:00 2001 From: Alee Date: Wed, 18 Apr 2018 19:17:11 -0400 Subject: Moved the tutorial --- CONTRIBUTING.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'CONTRIBUTING.md') 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 -- cgit v1.2.3