Update: discord.js 14.25.1, typescript 5.9.3, @discordjs/opus 0.10.0
This commit is contained in:
parent
84bf0bea51
commit
531ee85b2f
1 changed files with 3 additions and 3 deletions
|
|
@ -10,11 +10,11 @@
|
|||
"start": "node dist/index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@discordjs/opus": "^0.9.0",
|
||||
"@discordjs/opus": "^0.10.0",
|
||||
"@snazzah/davey": "^0.1.10",
|
||||
"@discordjs/voice": "^0.19.0",
|
||||
"cors": "^2.8.5",
|
||||
"discord.js": "^14.16.3",
|
||||
"discord.js": "^14.25.1",
|
||||
"express": "^4.19.2",
|
||||
"libsodium-wrappers": "^0.8.2",
|
||||
"multer": "^2.0.0",
|
||||
|
|
@ -28,6 +28,6 @@
|
|||
"@types/multer": "^1.4.12",
|
||||
"@types/node": "^20.12.12",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.5.4"
|
||||
"typescript": "^5.9.3"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue