mmolbbot/README.md

9 lines
No EOL
469 B
Markdown

# 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`