A discord that utilizes message collectors to conduct application interviews with users, and post their completed application in a specified channel
- Asks users application related questions via DM
- Records and posts application results in a configurable channel
- Alerts a configurable role when applications are submitted
When a user reacts to a specific message (deteremined by the env var TRIGGER_MESSAGE_ID
), the bot will open a DM and send a series of
questions to the user and collect their answers. Upon completing all questions, the bot will insert
the collected message into a specified channel (determined by the env var OUTPUT_CHANNEL_ID
), tagging the user and recruiters.
NODE_ENV=
SENTRY_DSN=
BOT_TOKEN=
TRIGGER_MESSAGE_ID=
OUTPUT_CHANNEL_ID=
ALERT_ROLE_ID=