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
All checks were successful
Test / build (push) Successful in 25s
This commit is contained in:
2
main.py
2
main.py
@@ -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")
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
from javelina.modules.migrator import migrate_database
|
||||
|
||||
migrate_database()
|
||||
Reference in New Issue
Block a user