github discordjs/discord.js @discordjs/voice@0.18.0

13 hours ago

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 that tweetnacl helped us support (read more here). Please migrate to one of: sodium-native, sodium, @stablelib/xchacha20poly1305, @noble/ciphers or libsodium-wrappers unless your system supports aes-256-gcm (verify by running require('node:crypto').getCiphers().includes('aes-256-gcm')).

Testing

New Contributors

Don't miss a new discord.js release

NewReleases is sending notifications on new releases.