From c43ea9ed5e2b97994d2dfe4437e1376c257f0e27 Mon Sep 17 00:00:00 2001 From: March 7th <71698422+aiko-chan-ai@users.noreply.github.com> Date: Tue, 16 Aug 2022 18:55:49 +0700 Subject: [PATCH] Update VoiceCall.md --- Document/VoiceCall.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Document/VoiceCall.md b/Document/VoiceCall.md index 580b672..fb6003b 100644 --- a/Document/VoiceCall.md +++ b/Document/VoiceCall.md @@ -395,7 +395,7 @@ class Player extends EventEmitter { await this.createStream(this.song.url); await this.joinVC(checkChangeVC); this.emit(Event.PLAY_SONG, this.song); - if (!this.guild?.id) await _awaitDM(); + if (!this.guild?.id) await this._awaitDM(); this._play(); this._playingTime = Date.now(); }