mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 19:43:29 +01:00
Add missing type
This commit is contained in:
@@ -26,8 +26,14 @@ class VoiceConnection extends EventEmitter {
|
|||||||
*/
|
*/
|
||||||
this.voiceManager = pendingConnection.voiceManager;
|
this.voiceManager = pendingConnection.voiceManager;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @external Prism
|
||||||
|
* @see {@link https://github.com/hydrabolt/prism-media}
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The audio transcoder for this connection
|
* The audio transcoder for this connection
|
||||||
|
* @type {Prism}
|
||||||
*/
|
*/
|
||||||
this.prism = new Prism();
|
this.prism = new Prism();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user