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

@@ -22,6 +22,11 @@
// Some stricter flags (disabled by default)
"noUnusedLocals": false,
"noUnusedParameters": false,
"noPropertyAccessFromIndexSignature": false
"noPropertyAccessFromIndexSignature": false,
"baseUrl": ".",
"paths": {
"~/*": ["./src/*"]
}
}
}