Skip to content

technomunk/bottica

Repository files navigation

Bottica

License: MIT Code style: black Linting & code analysis

A personal music-playing discord bot project.

Using

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.

Installing

Running

poetry run python3 src/manage.py run

Contributing

  • 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.