A Discord bot to enjoy all your favourite board games with your friends. Tic Tac Toe, Spyfall, Coup, and more. This app was created using Express 4, based off of the Getting Started with Node on Heroku article - check it out..
- Install node.js and the Heroku CLI installed.
- Make sure you have the latest versions of node and npm (which is downloaded with node) by running
node -v
(should be v8.9.1 or higher) andnpm -v
(should be 5.6.0). If you do not, you can use nvm to update node andnpm install npm@latest -g
to update npm. - GamesBot requires a few node modules. Install all of the required modules by running
npm install
- The program should now be ready to run. Type
npm start
to launch the program. - Your app should now be running on localhost:5000.
- Click here to visit GamesBot's site! (It's a work in progress)
- I'm a Node.js app written using discord.js. If you want to help out, feel free to open up a pull request on my github repo
- Click here to invite GamesBot to your server!