documentation
This commit is contained in:
parent
3c93695fc0
commit
733ab098d8
2 changed files with 2 additions and 0 deletions
|
@ -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();
|
||||||
|
|
|
@ -7,6 +7,7 @@ class VoiceUtils {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The voice utils
|
* The voice utils
|
||||||
|
* @private
|
||||||
*/
|
*/
|
||||||
constructor() {
|
constructor() {
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue