feat: re-merge (#2)

Reviewed-on: https://codeberg.org/nhcarrigan/tingle-bot/pulls/2
Co-authored-by: Naomi Carrigan <commits@nhcarrigan.com>
Co-committed-by: Naomi Carrigan <commits@nhcarrigan.com>
This commit is contained in:
2024-12-21 00:11:48 +00:00
committed by Naomi the Technomancer
parent 0afbb5aeb7
commit dac4c6f008
9 changed files with 448 additions and 28 deletions

View File

@ -7,7 +7,7 @@
"scripts": {
"build": "tsc",
"lint": "eslint src test --max-warnings 0",
"start": "op run --env-file=./prod.env -- node prod/index.js",
"start": "op run --env-file=./prod.env --no-masking -- node prod/index.js",
"test": "vitest run --coverage"
},
"author": "",
@ -28,6 +28,7 @@
},
"dependencies": {
"discord.js": "14.16.2",
"fastify": "5.0.0",
"node-schedule": "2.1.1",
"sharp": "0.33.5",
"uuid": "10.0.0",