fix(voice): always install Davey as DAVE is becoming required (#11385)

* fix(voice): always install Davey as DAVE is becoming required

* chore: requested changes

---------

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
Vlad Frangu
2026-01-25 22:28:04 +02:00
committed by GitHub
parent 3550b497f6
commit 323d8e7571
6 changed files with 14 additions and 31 deletions

View File

@@ -63,6 +63,7 @@
"homepage": "https://discord.js.org",
"funding": "https://github.com/discordjs/discord.js?sponsor",
"dependencies": {
"@snazzah/davey": "^0.1.8",
"@types/ws": "^8.18.1",
"discord-api-types": "^0.38.36",
"prism-media": "^1.3.5",
@@ -75,7 +76,6 @@
"@discordjs/scripts": "workspace:^",
"@favware/cliff-jumper": "^6.0.0",
"@noble/ciphers": "^2.1.1",
"@snazzah/davey": "^0.1.8",
"@types/node": "^22.19.2",
"@vitest/coverage-v8": "^4.0.15",
"cross-env": "^10.1.0",