From 79e5c52a2bc2817ecedb7cfbd71c242c04806cc6 Mon Sep 17 00:00:00 2001 From: March 7th <71698422+aiko-chan-ai@users.noreply.github.com> Date: Tue, 16 Aug 2022 19:16:29 +0700 Subject: [PATCH] Update VoiceCall.md --- Document/VoiceCall.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Document/VoiceCall.md b/Document/VoiceCall.md index fb6003b..ad31665 100644 --- a/Document/VoiceCall.md +++ b/Document/VoiceCall.md @@ -372,6 +372,7 @@ class Player extends EventEmitter { this.guild = null; this.song = null; this.volume = 100; + this.loopMode = 0; if (force || !finish && this.options.leaveOnStop || finish && this.options.leaveOnFinish) this.currentConnection?.destroy(); this.message = null; } @@ -615,6 +616,6 @@ currentTime = Unix timestamp miliseconds; currentConnection = VoiceConnection; queue: Song[]; previousSongs: Song[]; - +loopMode = 0; */ ``` \ No newline at end of file