⏪ Add ytdl-core to dependencies
This commit is contained in:
parent
06a148dbdf
commit
c0a0657e23
2 changed files with 2 additions and 3 deletions
|
@ -11,11 +11,9 @@ Discord Player is a powerful [Node.js](https://nodejs.org) module that allows yo
|
|||
## Installation
|
||||
|
||||
```sh
|
||||
npm install --save discord-player ytdl-core
|
||||
npm install --save discord-player
|
||||
```
|
||||
|
||||
YTDL-Core is also required. Don't forget to install it too, like in the example above.
|
||||
|
||||
Install **@discordjs/opus**:
|
||||
|
||||
```sh
|
||||
|
|
|
@ -37,6 +37,7 @@
|
|||
"soundcloud-scraper": "^4.0.0",
|
||||
"spotify-url-info": "^2.2.0",
|
||||
"youtube-sr": "^2.0.1",
|
||||
"ytdl-core": "^4.0.6",
|
||||
"ytpl": "^1.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
Loading…
Reference in a new issue