Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 664 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 664 Bytes

Build & Publish Docker Image

Discord Bot

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.

Running the Bot

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