Refactor: rename database dir (db -> database)

This commit is contained in:
Kirill Samoylenkov 2025-10-19 17:59:22 +05:00
parent b77de47421
commit eb68808880
4 changed files with 1 additions and 1 deletions

View file

@ -2,7 +2,7 @@ import asyncio
from bot import start_bot
from config import configure_logger, settings
from db import session
from database import session
from redis_client import client