- Get staff assistance
- Answer frequently answered questions
- Verify attendee emails
- Integrates new Discord slash commands, embeds, modeals, and buttons
- Upgrades from the depreciated request module to axios
First, clone this repository. Then create .env
with the following contents:
token=
clientId=
guildId=
staffChannelId=
attendeeRole=
apiToken=
sentryDSN=
Next, install the dependencies:
npm install
Finally, start the Discord bot:
node index.js
or simply
node .