mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 11:03:30 +01:00
"yeah we need voice broadcasts cause we make big big music bots" no stop
This commit is contained in:
@@ -89,6 +89,8 @@ class VoiceConnection extends EventEmitter {
|
||||
this.emit('warn', e);
|
||||
});
|
||||
|
||||
this.once('closing', () => this.player.destroy());
|
||||
|
||||
/**
|
||||
* Map SSRC to speaking values
|
||||
* @type {Map<number, boolean>}
|
||||
|
||||
Reference in New Issue
Block a user