Bot will now exit after the migration

This commit is contained in:
2025-05-19 22:06:37 +02:00
parent 126dfa8b30
commit 17a445a230

View File

@@ -45,6 +45,7 @@ def main() -> None:
# Perform migration if command line argument was provided
if args.migrate:
migrate_database()
exit()
# if args.downgrade:
# if not args.confirm: