fix sound streaming
All checks were successful
Deploy Palico Bot / deploy (push) Successful in 5s

This commit is contained in:
Shinuwa 2026-06-29 22:54:44 +02:00
parent ea73fc1f95
commit e974bc6660
3 changed files with 349 additions and 64 deletions

View file

@ -8,14 +8,14 @@
"deploy": "node --env-file=.env deployCommands.js"
},
"engines": {
"node": ">=20.6.0"
"node": ">=22.12.0"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@discordjs/voice": "^0.18.0",
"@discordjs/voice": "^0.19.2",
"discord.js": "^14.18.0",
"express": "^5.1.0",
"libsodium-wrappers": "^0.7.15",