This is a Discord Bot that helps to manage the gamification feature for the CodeCon's Event.
Find more about this bot
Get help for some commands
Get the top 10 users in the rank and their scores
Get your rank position and score
Claim a token by providing its code
Example: .claim CODECON21
Check the details from a given token.
Example: .token get CODECON21
Create a new token by answering some questions
Update an existing token by answering some questions
List all tokens
Import a CSV file containing tokens
Get information about a user by Discord ID or Tag
- Clone this repository and install dependencies with
npm install
- Copy
.env.example
and rename it to.env
- Put the credentials needed
- Run
npm run test
ornpm run test -- --watch
while developing - Run
npm start
to run this bot locally