add date check and fix send next post not working

This commit is contained in:
Fran Jurmanović
2023-10-14 01:04:04 +02:00
parent 162708812d
commit dd0b7cde36
6 changed files with 41 additions and 11 deletions

View File

@@ -14,14 +14,17 @@
"axios": "^0.26.0",
"body-parser": "^1.20.2",
"cheerio": "^1.0.0-rc.10",
"dayjs": "^1.11.10",
"discord.js": "^12.5.1",
"dotenv": "^8.2.0",
"elysia": "^0.7.15",
"lodash-es": "^4.17.21",
"minimatch": "^9.0.3",
"pino": "^8.15.4",
"typescript": "^4.1.5"
},
"devDependencies": {
"@types/lodash-es": "^4.17.9",
"@types/node": "^20.8.2",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",