Discord reminder bot for PwnedCR
Create file src/secrets.json
and fill the information needed from this template:
{
"BOT_TOKEN": "DISCORD_BOT_TOKEN"
}
Build the image:
docker build -t $(basename $PWD) . --no-cache
And run a new instance of the bot:
docker run --rm -ti --name bot pwnedcr_reminder:latest