mirror of
https://github.com/danbulant/discord.js
synced 2026-06-08 01:01:30 +00:00
Add missing type
This commit is contained in:
parent
c6f17054fc
commit
77548c194f
1 changed files with 6 additions and 0 deletions
|
|
@ -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();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue