Fixed database creation

This commit is contained in:
algizn97
2025-10-12 15:05:50 +05:00
parent 8251938b2f
commit a3a6509933
5 changed files with 28 additions and 17 deletions

View File

@@ -6,5 +6,3 @@ if env_path:
load_dotenv(env_path)
BOT_TOKEN = os.getenv("BOT_TOKEN")
DATABASE_URL = f"sqlite+aiosqlite:///database/data/sqlite.db"