Skip to content

Latest commit

 

History

History
38 lines (34 loc) · 741 Bytes

README.md

File metadata and controls

38 lines (34 loc) · 741 Bytes

DiscordBot

Discord bot that notifies you on issues

Setup

  1. Clone this repository.
$ git clone https://github.com/CommunityOfCoders/DiscordBot.git
  1. Change your working directory.
$ cd DiscordBot
  1. Setup environment variables.
$ cp .env.example .env
  1. To generate your tokens, see here.
  2. Install the packages.
$ npm i
  1. Start the development server.
$ npm run dev

To deploy on Heroku, follow the steps below.

  1. If you haven't already, install the Heroku CLI and login.
$ npm i -g heroku
$ heroku login
  1. From your working directory, create a new Heroku app.
$ heroku create