documentation

This commit is contained in:
Snowflake107 2021-06-21 11:19:49 +05:45
parent 3c93695fc0
commit 733ab098d8
2 changed files with 2 additions and 0 deletions

View file

@ -35,6 +35,7 @@ class StreamDispatcher extends EventEmitter<VoiceEvents> {
* Creates new connection object * Creates new connection object
* @param {VoiceConnection} connection The connection * @param {VoiceConnection} connection The connection
* @param {VoiceChannel|StageChannel} channel The connected channel * @param {VoiceChannel|StageChannel} channel The connected channel
* @private
*/ */
constructor(connection: VoiceConnection, channel: VoiceChannel | StageChannel) { constructor(connection: VoiceConnection, channel: VoiceChannel | StageChannel) {
super(); super();

View file

@ -7,6 +7,7 @@ class VoiceUtils {
/** /**
* The voice utils * The voice utils
* @private
*/ */
constructor() { constructor() {
/** /**