Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.54 KB

README.md

File metadata and controls

28 lines (19 loc) · 1.54 KB

Discord github issues bot

Create github issues on the go

Apr-27-2022 04-56-27

Prerequisites

  1. Create an account on discord developer portal and add an application
  2. Create a bot
  3. Invite the bot to your server

Installation steps

  1. Create a new file .env in the project root directory and copy the contents from .env.example.
  2. Update the .env file with relevant configurations.
  3. Run yarn install

Hosting steps

Host it on a server of your choice by running yarn start. I have hosted it on heroku with a free tier but it sleeps after inactivity of 30 minutes.