From 47380681e1e7d28bd237d8e00d80add35616505a Mon Sep 17 00:00:00 2001 From: killer069 <65385476+killer069@users.noreply.github.com> Date: Fri, 24 Sep 2021 15:14:49 +0530 Subject: [PATCH] Docs updated --- docs/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/README.md b/docs/README.md index 5f0fc0c..92c54e9 100644 --- a/docs/README.md +++ b/docs/README.md @@ -97,9 +97,9 @@ _This is basic to create a stream from a info [ from [video_info](https://github ```js let source = await stream_from_info(info) // This will create a stream Class from video_info or SoundCoudTrack Class. - /* OR - let source = await stream_from_info(info, { cookie }) This will create a stream Class and also give cookies if retrying. - */ + + let source = await stream_from_info(info, { cookie }) //This will create a stream Class and also give cookies if retrying. + let resource = createAudioResource(source.stream, { inputType : source.type