mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 18:13:29 +01:00
voice: support xsalsa20_poly1305_lite and xsalsa20_poly1305_suffix
This commit is contained in:
@@ -104,7 +104,7 @@ class VoiceConnectionUDPClient extends EventEmitter {
|
||||
data: {
|
||||
address: packet.address,
|
||||
port: packet.port,
|
||||
mode: 'xsalsa20_poly1305',
|
||||
mode: this.voiceConnection.authentication.encryptionMode,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user