mirror of
https://github.com/danbulant/discord.js
synced 2026-06-09 17:52:55 +00:00
Add stubs for docs
This commit is contained in:
parent
2b5fc77a67
commit
ef02bd2935
2 changed files with 4 additions and 0 deletions
|
|
@ -37,6 +37,8 @@ class VoiceBroadcast extends EventEmitter {
|
||||||
get dispatcher() {
|
get dispatcher() {
|
||||||
return this.player.dispatcher;
|
return this.player.dispatcher;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
play() {} // eslint-disable-line no-empty-function
|
||||||
}
|
}
|
||||||
|
|
||||||
PlayInterface.applyToClass(VoiceBroadcast);
|
PlayInterface.applyToClass(VoiceBroadcast);
|
||||||
|
|
|
||||||
|
|
@ -437,6 +437,8 @@ class VoiceConnection extends EventEmitter {
|
||||||
this.receivers.push(receiver);
|
this.receivers.push(receiver);
|
||||||
return receiver;
|
return receiver;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
play() {} // eslint-disable-line no-empty-function
|
||||||
}
|
}
|
||||||
|
|
||||||
PlayInterface.applyToClass(VoiceConnection);
|
PlayInterface.applyToClass(VoiceConnection);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue