This commit is contained in:
2025-05-03 12:20:06 +02:00
parent 8f36c9dbfc
commit 066fd7a3ae
2 changed files with 52 additions and 52 deletions

View File

@@ -6,11 +6,11 @@
"dev": "bun run --watch src/index.ts"
},
"dependencies": {
"discord.js": "^14.18.0",
"discord.js": "^14.19.3",
"elysia": "^1.2.25"
},
"devDependencies": {
"bun-types": "^1.2.9"
"bun-types": "^1.2.11"
},
"module": "src/index.js"
}