Features
- voice: Add new encryption methods, remove old methods (#10451) (9f8b9b1) by @nyapat
- BREAKING CHANGE: This library no longer supports using
tweetnacl
as an encryption library due to Discord deprecating the algorithms thattweetnacl
helped us support (read more here). Please migrate to one of:sodium-native
,sodium
,@stablelib/xchacha20poly1305
,@noble/ciphers
orlibsodium-wrappers
unless your system supportsaes-256-gcm
(verify by runningrequire('node:crypto').getCiphers().includes('aes-256-gcm')
).
- BREAKING CHANGE: This library no longer supports using