A discord chat bot with a Rock, Paper, Scissors, Lizard, Spock game.
To run this you will need to have a discord server along with Node.JS on your machine.
Head over to https://discordapp.com/developers/applications/ to add the bot as an app on your server and get the auth token
Then place the auth token into the auth.json file then run the following commands in console.
To install dependencies.
npm install
Then start the bot in console
node bot.js
Now head over to your server and say !hi
!hi
General hello world from the bot,
!rules
Gives a run down of RPSLS game,
!choices
Gives you a list of choices to play the game.