Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1011 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 1011 Bytes

substiify-v2

Ruff CodeFactor Made with Python Powered by discord.py

Getting started

To run the bot you'll need docker compose.

  • Copy or rename example.env in / to .env and fill out the fields.
  • Start the postgres container and create a database which you configured in .env -> DB_NAME
  • Start the bot with docker-compose up -d

Development

Increment the version in pyproject.toml and core/__init__.py.