Added cards to the leveling system, and fixed some bugs. Note that node-fetch has been bumped DOWN to v2 to avoid EMS format

This commit is contained in:
ION606
2022-12-26 14:40:50 -08:00
parent 5292bd8a09
commit ebb34c9f89
16 changed files with 240 additions and 96 deletions
+4
View File
@@ -37,6 +37,7 @@
"mal-scraper": "^2.11.4",
"mongoose": "^6.3.2",
"mysql": "^2.18.1",
"node-fetch": "^2.6.7",
"node.js": "^0.0.1-security",
"npm": "^8.13.2",
"openai": "^3.0.0",
@@ -54,6 +55,9 @@
"youtube-mp3-downloader": "^0.7.10",
"ytdl-core": "^4.11.0",
"ytdl-core-discord": "^1.3.1"
},
"devDependencies": {
"@types/node-fetch": "^2.6.2"
}
},
"node_modules/@alpacahq/alpaca-trade-api": {