feat(discord-bot): add fdp command
All checks were successful
Build and Push Docker Image / typecheck (push) Successful in 23s
Build and Push Docker Image / build (push) Successful in 33s

This commit is contained in:
2026-05-12 16:28:08 +02:00
parent 69e461b54b
commit f5a7dbf1e8
5 changed files with 337 additions and 1 deletions

View File

@@ -15,9 +15,10 @@
"typescript": "^5.7.2"
},
"dependencies": {
"@lbf-bot/utils": "workspace:*",
"@lbf-bot/database": "workspace:*",
"@lbf-bot/utils": "workspace:*",
"discord.js": "^14.21.0",
"sharp": "^0.34.5",
"zod": "4.1.11"
}
}