From 77548c194fb6e76cc50940711f53bbd8b52e1d2a Mon Sep 17 00:00:00 2001 From: Schuyler Cebulskie Date: Thu, 29 Dec 2016 20:01:30 -0500 Subject: [PATCH] Add missing type --- src/client/voice/VoiceConnection.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/client/voice/VoiceConnection.js b/src/client/voice/VoiceConnection.js index 29bd56ad5..60dc696e5 100644 --- a/src/client/voice/VoiceConnection.js +++ b/src/client/voice/VoiceConnection.js @@ -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();