feat: rewrite to be more generic
Some checks failed
Code Analysis / SonarQube (push) Failing after 17s
Node.js CI / Lint and Test (push) Successful in 37s

This commit is contained in:
2025-06-27 17:04:32 -07:00
parent 1061c40721
commit 89e3e92fa6
6 changed files with 593 additions and 320 deletions

View File

@ -14,18 +14,18 @@
"author": "Naomi Carrigan",
"license": "See license in LICENSE.md",
"devDependencies": {
"@nhcarrigan/eslint-config": "5.1.0",
"@nhcarrigan/eslint-config": "5.2.0",
"@nhcarrigan/typescript-config": "4.0.0",
"@types/node": "22.13.1",
"@types/node": "24.0.6",
"@types/node-schedule": "2.1.7",
"@vitest/coverage-istanbul": "3.0.5",
"eslint": "9.20.0",
"typescript": "5.7.3",
"vitest": "3.0.5"
"@vitest/coverage-istanbul": "3.2.4",
"eslint": "9.30.0",
"typescript": "5.8.3",
"vitest": "3.2.4"
},
"dependencies": {
"@nhcarrigan/logger": "1.0.0",
"discord.js": "14.18.0",
"discord.js": "14.21.0",
"node-schedule": "2.1.1"
}
}