Closes #17; Fixed migrations

This commit is contained in:
kku
2024-12-27 23:00:27 +01:00
parent 4f6c99f211
commit cd9e4187f7
2 changed files with 5 additions and 4 deletions

View File

@@ -49,6 +49,7 @@ def main() -> None:
# Perform migration if command line argument was provided
if args.migrate:
logger.info("Performing migrations...")
migrate_database()
intents: Intents = Intents().all()