first com2

This commit is contained in:
2026-04-08 17:10:36 +07:00
parent 8a597f880f
commit fc45816eba
34 changed files with 1310 additions and 29 deletions

View File

@@ -1,3 +1,4 @@
#!/bin/bash
set -e
echo "[+] Formatting and checking..."
@@ -5,4 +6,9 @@ echo
ruff check --fix
black .
echo "[+] Running migrations..."
echo
alembic upgrade head
echo "[+] Starting bot..."
python main.py