This bot is a personal project that I add features to every once in a while. Right now all it can really do is translate messages to moon runes and track the status of Minecraft servers.
Create a .env
file like the .env.example
then pass it to the docker command like so:
docker pull ghcr.io/ejzeronimo/discord-bot:latest
docker run --env-file .env -d --name my-discord-bot ghcr.io/ejzeronimo/discord-bot:latest