Mirror of the GitHub repo
Find a file
2025-07-28 17:12:24 -04:00
assets feat: massively improve live updates 2025-06-25 18:40:12 -04:00
cogs fix: season 4 changes 2025-07-28 17:12:24 -04:00
.dockerignore Initial Commit 2025-04-24 22:59:30 -04:00
.gitignore Initial Commit 2025-04-24 22:59:30 -04:00
bot.py chore: use env for error channel 2025-07-21 23:07:11 -04:00
Dockerfile Rename dockerfile for github recognition 2025-04-25 23:59:53 -04:00
LICENSE Initial commit 2025-04-25 02:02:11 +00:00
README.md chore: use env for error channel 2025-07-21 23:07:11 -04:00
requirements.txt Initial Commit 2025-04-24 22:59:30 -04:00
shell.nix Initial Commit 2025-04-24 22:59:30 -04:00

MMOLBBOT

Not affliated with mmolb in any way I just couldn't think of a better name

The bot is user-installable so the commands can either be added to a guild or your account Invite: https://discord.com/oauth2/authorize?client_id=1365149865444905121

Building

inside the folder docker build -t mmolbbot .

Hosting

docker run -e TOKEN=<Token> -e OWNER_GUILD=<guild with management commands> -e ERROR_CHANNEL=<error channel id> -e DB_PATH="./mmolb.db" mmolbbot