npmjs
This commit is contained in:
parent
10fcfe64f4
commit
2f422c8046
2 changed files with 4 additions and 5 deletions
|
@ -6,10 +6,10 @@ Complete framework to facilitate music commands using **[discord.js](https://dis
|
|||
|
||||
## 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
|
||||
$ 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)**
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/JonnyBro/discord-player.git"
|
||||
"url": "git+https://github.com/JonnyBro/discord-player-play-dl.git"
|
||||
},
|
||||
"keywords": [
|
||||
"music",
|
||||
|
@ -57,9 +57,8 @@
|
|||
"author": "Androz2091 & Jonny_Bro",
|
||||
"license": "MIT",
|
||||
"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": {
|
||||
"@discordjs/voice": "^0.11.0",
|
||||
"libsodium-wrappers": "^0.7.10",
|
||||
|
|
Loading…
Reference in a new issue