Update VoiceCall.md
This commit is contained in:
parent
941a6c7487
commit
c43ea9ed5e
@ -395,7 +395,7 @@ class Player extends EventEmitter {
|
|||||||
await this.createStream(this.song.url);
|
await this.createStream(this.song.url);
|
||||||
await this.joinVC(checkChangeVC);
|
await this.joinVC(checkChangeVC);
|
||||||
this.emit(Event.PLAY_SONG, this.song);
|
this.emit(Event.PLAY_SONG, this.song);
|
||||||
if (!this.guild?.id) await _awaitDM();
|
if (!this.guild?.id) await this._awaitDM();
|
||||||
this._play();
|
this._play();
|
||||||
this._playingTime = Date.now();
|
this._playingTime = Date.now();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user