A basic discord bot used to manage the roll call for an Among Us discord server.
Responds to "Roll Call" command with an embed to track yes/no/maybe responses.

Requires setting an environment variable RollCallBotToken with a discord bot token.
rollcallbot:latest = latest released version
rollcallbot:unstable = latest CI build, likely unstable
rollcallbot:sha-* specific unstable version
rollcallbot:v* = specific released version
docker run -e RollCallBotToken='discord bot token goes here' docker.pkg.github.com/dsheehan/rollcallbot/rollcallbot:latestversion: '3'
services:
rollcallbot:
image: docker.pkg.github.com/dsheehan/rollcallbot/rollcallbot:latest
container_name: rollcallbot
environment:
RollCallBotToken: 'discord bot token goes here'
restart: unless-stopped