📝 Add ytdl-core

This commit is contained in:
Androz2091 2020-11-23 21:05:48 +01:00
parent ece266f4ad
commit f45b925bde

View file

@ -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