Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 770 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 770 Bytes


Atlas E-Clips

Atlas Fellowship Discord bot to track points.


Features

  • Leaderboard
  • Manage points by role (ex: /add amount:100 role:@Group 1)
  • Gift points to other users

Requirements

  • Node.js
  • Yarn/NPM

Installation Instructions

  • git clone this repository
  • inside the directory, do yarn or npm i
  • add .env in the root of the project containing discord client id and secret
  • add serviceAccountKey.json in the root of the project
  • Run project with yarn build && yarn start