Atlas Fellowship Discord bot to track points.
- Leaderboard
- Manage points by role (ex:
/add amount:100 role:@Group 1
) - Gift points to other users
- Node.js
- Yarn/NPM
- git clone this repository
- inside the directory, do
yarn
ornpm i
- add
.env
in the root of the project containing discord client id and secret- see .env.example for an example
- add
serviceAccountKey.json
in the root of the project- see serviceAccountKey.example.json for an example
- Run project with
yarn build && yarn start