add tss tournament stuff (#1346)

This commit is contained in:
NotSoToothless
2026-06-20 21:12:53 -07:00
committed by GitHub
parent b665eb118f
commit 018a09150d
5 changed files with 1101 additions and 0 deletions
+2
View File
@@ -132,6 +132,8 @@ if __name__ == "__main__":
sys.exit(1)
try:
asyncio.run(init_tss_dbs())
from BOT.tss_tournaments import init_tss_tournaments_db
asyncio.run(init_tss_tournaments_db())
except Exception as e:
log.error(f"failed to initialise TSS databases: {e}")
sys.exit(1)