WIP: Basic event loop, database code

The monster is starting to resemble a working program
This commit is contained in:
2025-06-30 00:28:47 -04:00
parent 480f541898
commit e5e38e6100
6 changed files with 413 additions and 28 deletions

View File

@@ -22,7 +22,9 @@
"homepage": "https://github.com/dwwmmn/blitzcrank#readme",
"dependencies": {
"@biomejs/biome": "^2.0.6",
"chrono-node": "^2.8.3",
"discord.js": "^14.21.0",
"sequelize": "^6.37.7"
"sequelize": "^6.37.7",
"sqlite3": "^5.1.7"
}
}