feat: add a database client
Some checks failed
Node.js CI / Lint and Test (pull_request) Failing after 11s

This commit is contained in:
2025-07-02 10:52:11 -04:00
parent a632f2b924
commit 7e9dc20632
8 changed files with 174 additions and 6 deletions

View File

@ -26,6 +26,7 @@
"dependencies": {
"@nhcarrigan/logger": "1.0.0",
"discord.js": "14.21.0",
"mongodb": "6.17.0",
"node-schedule": "2.1.1"
}
}