mirror of
https://github.com/insertapp/mmolbbot.git
synced 2025-07-31 10:13:34 +00:00
Mirror of the GitHub repo
assets | ||
cogs | ||
.dockerignore | ||
.gitignore | ||
bot.py | ||
Dockerfile | ||
LICENSE | ||
README.md | ||
requirements.txt | ||
shell.nix |
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