This bot is designed to manage the UAF Computer Science Discord server (primarily by adding people to class-specific roles).
(Assuming you have a working Docker installation already)
Copy docker-compose.example.yaml to docker-compose.yaml and update it with your dev server's information.
# Gets deps installed for your editor
npm install
# Build and start bot
docker-compose up --buildCode should be checked with npm run lint prior to commit.