#!/bin/bash set -e echo "[+] Formatting and checking..." echo ruff check --fix black . echo "[+] Running migrations..." echo alembic upgrade head echo "[+] Starting bot..." python main.py