feat: add Lolzteam payment integration

This commit is contained in:
2026-07-16 04:40:02 +05:00
parent cb56f6757e
commit 573dae70fb
13 changed files with 735 additions and 70 deletions
+4
View File
@@ -162,6 +162,10 @@ async def prepare_database() -> None:
import tgbot.database.db_users # noqa: F401
async with engine.begin() as conn:
from tgbot.database.db_payments import ensure_payments_schema
await ensure_payments_schema(conn)
await conn.run_sync(Base.metadata.create_all)
from tgbot.database.db_payments import Paymentsx