A personal music-playing discord bot project.
The bot ran by Technomunk is personal and thus can only be invited
by them. To interact with the bot on the server send to any chat a message beginning with b.
.
Start by using b.help
which will print all available commands.
- Get python 3.10.
- Get poetry.
- Make sure poetry uses python 3.10.
- Run
poetry install
- Get bot token from discord
https://discord.com/developers/applications/<app_id>/bot
and save it toconfig.toml
poetry run python3 src/manage.py run
- Submit issues with wished functionality or problems encountered during use
- Fork the repo and make an upstream PR with your own changes
- Install dev requirements
pip install -r requirements-dev.txt
- Run analysis tools:
mypy --namespace-packages src/
pylint src/
flake8 src/
black --check src/
- Resolve any issues you see.
- Install dev requirements