Judd: implement ratelimit on /post route

This commit is contained in:
kittentm 2026-03-22 18:01:18 +01:00
commit e86743873c
No known key found for this signature in database
GPG key ID: AC43DFDBC1F44A91
3 changed files with 32 additions and 2 deletions

View file

@ -13,6 +13,7 @@
"dependencies": {
"discord.js": "^14.25.1",
"express": "^4.18.2",
"express-rate-limit": "^8.3.1",
"express-subdomain": "^1.0.5",
"joi": "^17.7.0",
"mongoose": "^6.7.1",