feat: check for new quests, post result embed to discord webhook and cache posted quests

This commit is contained in:
Pihkaal
2025-05-07 18:42:08 +02:00
parent 7b8c47d88d
commit 416d7675f2
9 changed files with 183 additions and 2 deletions

View File

@@ -11,5 +11,8 @@
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"zod": "^3.24.4"
}
}