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

This commit is contained in:
2025-07-28 06:50:39 +02:00
Verified
parent 12beb78131
commit 88f5921ea0
3 changed files with 1899 additions and 4 deletions
+1 -1
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")
-3
View File
@@ -1,3 +0,0 @@
from javelina.modules.migrator import migrate_database
migrate_database()
Generated
+1898
View File
File diff suppressed because it is too large Load Diff