- Get staff assistance
- Answer frequently answered questions
- Verify attendee emails
First, clone this repository. Then create the file secrets.json
with the following contents:
{
"DISCORD_DEVELOPER_SECRET": "your Discord bot client secret",
"BACKEND_JWT_TOKEN": "your backent JWT token for the registration dashboard"
}
Next, install the dependencies:
npm install
Finally, start the Discord bot:
node app.js