From f45b925bdee0dccf910e5b55230e02135030d9d0 Mon Sep 17 00:00:00 2001 From: Androz2091 Date: Mon, 23 Nov 2020 21:05:48 +0100 Subject: [PATCH] :pencil: Add ytdl-core --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b7e4404..567f444 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,11 @@ Discord Player is a powerful [Node.js](https://nodejs.org) module that allows yo ## Installation ```sh -npm install --save discord-player +npm install --save discord-player ytdl-core ``` +YTDL-Core is also required. Don't forget to install it too, like in the example above. + Install **@discordjs/opus**: ```sh