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

@@ -62,13 +62,13 @@ After this, you'll be able to play Ogg and WebM Opus files without any other dep
- [`@noble/ciphers`](https://www.npmjs.com/package/@noble/ciphers)
- [`libsodium-wrappers`](https://www.npmjs.com/package/libsodium-wrappers)
#### DAVE Protocol Support
#### DAVE Protocol Support for end-to-end encryption of voice audio
- [`@snazzah/davey`](https://www.npmjs.com/package/@snazzah/davey) - to enable end-to-end encryption with the DAVE protocol.
- [`@snazzah/davey`](https://www.npmjs.com/package/@snazzah/davey)
<Callout>
Some Discord clients already require the DAVE protocol for end-to-end encryption in voice chat. Ensure you have
`@snazzah/davey` installed to avoid compatibility issues.
At this time, `@snazzah/davey` is the only supported DAVE protocol library in this package, and comes pre-installed.
In the future, we may support other libraries once they are created.
</Callout>
<Callout>