Discord bot that notifies you issues on your github repository.
- Clone this repository.
$ git clone https://github.com/CommunityOfCoders/DiscordBot.git- Change your working directory.
$ cd DiscordBot- Setup environment variables.
$ cp .env.example .env- To generate your tokens, see here.
- Install the packages.
$ npm i- Start the development server.
$ npm run devTo deploy on Heroku, follow the steps below.
- If you haven't already, install the Heroku CLI and login.
$ npm i -g heroku
$ heroku login- From your working directory, create a new Heroku app.
$ heroku create