From d95a88b8d5d30111f90c4cf8886addb3daecd507 Mon Sep 17 00:00:00 2001 From: March 7th <71698422+aiko-chan-ai@users.noreply.github.com> Date: Sat, 21 May 2022 21:26:20 +0700 Subject: [PATCH] Update VoiceCall.md --- Document/VoiceCall.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Document/VoiceCall.md b/Document/VoiceCall.md index 9dbaae0..7fb8354 100644 --- a/Document/VoiceCall.md +++ b/Document/VoiceCall.md @@ -26,6 +26,7 @@ const play = require('play-dl'); const { createAudioPlayer, createAudioResource, + NoSubscriberBehavior, } = require('@discordjs/voice'); let stream = await play.stream('youtube link'); let resource = createAudioResource(stream.stream, {