Skip to content

Latest commit

 

History

History
55 lines (37 loc) · 1.15 KB

readme.md

File metadata and controls

55 lines (37 loc) · 1.15 KB

codpug-discord

Discord bot for pug matches

What can it do

Overall (goal)

To have a bot that can create, stage and handle a pug queue/leaderboard for a discord.

Currently

  • Create members into a firebase/firestore db
  • !joinQ Allows user's to join a queue
  • Match players based on elo
  • Send a message to a specific channel to let them know they've matched
  • Remove player from queue
  • Match reporting

Working On

  • Adjust elo after a match has been reported
  • Send a message to a group DM between the two players
  • !leaderboard

Future

  • !leaveQ
  • Admin overrides
  • Deployment to heroku

Dev

To Run

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run start

# compile TS into JS
npm run build

Helpful Resources