Removed useless migration script, fixed a call in main and added the uv.lock file to Git
All checks were successful
Test / build (push) Successful in 25s

This commit is contained in:
2025-07-28 06:50:39 +02:00
parent 12beb78131
commit 88f5921ea0
3 changed files with 1899 additions and 4 deletions

View File

@@ -30,7 +30,7 @@ with contextlib.suppress(ImportError):
uvloop.install()
async def main():
async def main() -> None:
bot: PycordBot = PycordBot(scheduler=scheduler)
bot.load_extension("javelina.cogs")

View File

@@ -1,3 +0,0 @@
from javelina.modules.migrator import migrate_database
migrate_database()

1898
uv.lock generated Normal file

File diff suppressed because it is too large Load Diff