mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 11: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
|
* @readonly
|
||||||
*/
|
*/
|
||||||
get client() {
|
get client() {
|
||||||
return this.connection.voiceManager.client;
|
return this.connection.client;
|
||||||
}
|
}
|
||||||
|
|
||||||
shutdown() {
|
shutdown() {
|
||||||
|
|||||||
Reference in New Issue
Block a user