This is a Discord bot that mercilessly pings people when playing League of Legends.
There's a Docker image for this bot: https://hub.docker.com/repository/docker/liuandrewk/dtl
To run it, you'll need a BOT_TOKEN
specified as an environment variable.
docker run -it -e BOT_TOKEN=${BOT_TOKEN} docker.io/liuandrewk/dtl
poetry install
.env
.poetry run bot
poetry run pre-commit install
Below are the commands to build and push the docker image:
docker build -t liuandrewk/dtl .
docker push liuandrewk/dtl