From 733ab098d8aa9f08be82c6c6995e2d5382eb2b2b Mon Sep 17 00:00:00 2001 From: Snowflake107 Date: Mon, 21 Jun 2021 11:19:49 +0545 Subject: [PATCH] documentation --- src/VoiceInterface/BasicStreamDispatcher.ts | 1 + src/VoiceInterface/VoiceUtils.ts | 1 + 2 files changed, 2 insertions(+) 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() { /**