wokring marketplace without enchancts and durability on item

This commit is contained in:
2025-07-19 04:13:04 +05:00
parent 44e12723ad
commit 6b8f116608
6 changed files with 351 additions and 1 deletions

View File

@ -3,6 +3,7 @@ from datetime import datetime
from fastapi import HTTPException
from typing import Dict
from app.db.database import db
import asyncio
# Создаем коллекции для хранения команд и инвентаря
pending_commands_collection = db.pending_commands