A node.js discord bot for verifying users in the Brick Hill discord. Made to work with Docker.
Integrates nicely with AWS DynamoDB.
- Set the following environment variables: [
DISCORD_TOKEN
,DISCORD_GUILD
]. - Edit the bot prefix in
docker-compose.yml
. - Run
docker-compose up -d verifier
. - You are done!