wokring marketplace without enchancts and durability on item
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user