diff --git a/src/VoiceInterface/BasicStreamDispatcher.ts b/src/VoiceInterface/BasicStreamDispatcher.ts index 3201cc2..5e24ea5 100644 --- a/src/VoiceInterface/BasicStreamDispatcher.ts +++ b/src/VoiceInterface/BasicStreamDispatcher.ts @@ -35,6 +35,7 @@ class StreamDispatcher extends EventEmitter { * Creates new connection object * @param {VoiceConnection} connection The connection * @param {VoiceChannel|StageChannel} channel The connected channel + * @private */ constructor(connection: VoiceConnection, channel: VoiceChannel | StageChannel) { super(); diff --git a/src/VoiceInterface/VoiceUtils.ts b/src/VoiceInterface/VoiceUtils.ts index d2632af..f8eb601 100644 --- a/src/VoiceInterface/VoiceUtils.ts +++ b/src/VoiceInterface/VoiceUtils.ts @@ -7,6 +7,7 @@ class VoiceUtils { /** * The voice utils + * @private */ constructor() { /**