Dice bot for MvK ruleset...
- Install python: yum install python3.11 python3.11-devel python3.11-pip python3.11-pip-wheel python3.11-wheel
- Make a venv: python3.11 -m venv --symlinks --system-site-packages .venv
- Install requirements into venv: ./.venv/bin/pip install -r requirements.txt
- Copy mvkdicebot.example.ini to mvkdicebot.ini
- Create a bot account and get a token: https://discord.com/developers/applications/
- Put the token into mvkdicebot.ini
- Generate an invite URL:
- Scopes: bot, applications.commands
- Bot Permissions: Read Messages/View Channels, Send Messages, Send Messages in Threads
freiheit/MvKDiceBot is built on the following main stack:
- Python – Languages
- Pylint – Code Review
- GitHub Actions – Continuous Integration
Full tech stack here