mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 08:33:30 +01:00
refactor(VoiceWebSocket): use connection.client in favour of connection.voiceManager.client
This commit is contained in:
@@ -35,7 +35,7 @@ class VoiceWebSocket extends EventEmitter {
|
||||
* @readonly
|
||||
*/
|
||||
get client() {
|
||||
return this.connection.voiceManager.client;
|
||||
return this.connection.client;
|
||||
}
|
||||
|
||||
shutdown() {
|
||||
|
||||
Reference in New Issue
Block a user