VoiceSubscription#playStream: return self
This commit is contained in:
parent
3378d5cfd7
commit
e0abd1f7b8
1 changed files with 2 additions and 0 deletions
|
@ -113,6 +113,8 @@ class VoiceSubscription extends EventEmitter<VoiceEvents> {
|
||||||
*/
|
*/
|
||||||
playStream(resource: AudioResource) {
|
playStream(resource: AudioResource) {
|
||||||
this.audioPlayer.play(resource);
|
this.audioPlayer.play(resource);
|
||||||
|
|
||||||
|
return this;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue