Added mongoose

This commit is contained in:
2023-03-13 20:57:18 +01:00
parent b9b0102e42
commit ba693b170a
2 changed files with 239 additions and 2 deletions

View File

@@ -11,6 +11,7 @@
"license": "ISC",
"dependencies": {
"axios": "^1.3.4",
"discord.js": "^14.7.1"
"discord.js": "^14.7.1",
"mongoose": "^7.0.1"
}
}