Skip to content

CommunityOfCoders/DiscordBot

Repository files navigation

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

About

Discord bot that notifies you on issues

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published