Added support for libbot 4.1.0

This commit is contained in:
2025-04-16 15:54:52 +02:00
parent e906852abe
commit b85ca1d017
6 changed files with 14 additions and 10 deletions

View File

@@ -3,7 +3,7 @@
from typing import Any, Mapping
from async_pymongo import AsyncClient, AsyncCollection, AsyncDatabase
from libbot.sync import config_get
from libbot.utils import config_get
db_config: Mapping[str, Any] = config_get("database")