This commit is contained in:
JonnyBro 2022-09-13 12:03:12 +05:00
parent 10fcfe64f4
commit 2f422c8046
2 changed files with 4 additions and 5 deletions

View file

@ -6,10 +6,10 @@ Complete framework to facilitate music commands using **[discord.js](https://dis
## Installation ## Installation
### Install **[discord-player-play-dl](https://github.com/JonnyBro/discord-player-play-dl)** ### Install **[discord-player-play-dl](https://www.npmjs.com/package/discord-player-play-dl)**
```sh ```sh
$ npm install git+https://github.com/JonnyBro/discord-player-play-dl $ npm install discord-player-play-dl
``` ```
### Install **[@discordjs/opus](https://npmjs.com/package/@discordjs/opus)** ### Install **[@discordjs/opus](https://npmjs.com/package/@discordjs/opus)**

View file

@ -36,7 +36,7 @@
], ],
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/JonnyBro/discord-player.git" "url": "git+https://github.com/JonnyBro/discord-player-play-dl.git"
}, },
"keywords": [ "keywords": [
"music", "music",
@ -57,9 +57,8 @@
"author": "Androz2091 & Jonny_Bro", "author": "Androz2091 & Jonny_Bro",
"license": "MIT", "license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/JonnyBro/discord-player/issues" "url": "https://github.com/JonnyBro/discord-player-play-dl/issues"
}, },
"homepage": "https://discord-player.js.org",
"dependencies": { "dependencies": {
"@discordjs/voice": "^0.11.0", "@discordjs/voice": "^0.11.0",
"libsodium-wrappers": "^0.7.10", "libsodium-wrappers": "^0.7.10",