Add missing type

This commit is contained in:
Schuyler Cebulskie
2016-12-29 20:01:30 -05:00
parent c6f17054fc
commit 77548c194f

View File

@@ -26,8 +26,14 @@ class VoiceConnection extends EventEmitter {
*/
this.voiceManager = pendingConnection.voiceManager;
/**
* @external Prism
* @see {@link https://github.com/hydrabolt/prism-media}
*/
/**
* The audio transcoder for this connection
* @type {Prism}
*/
this.prism = new Prism();