From 2f422c8046bafd4e93febc88de0900dbfbb395c6 Mon Sep 17 00:00:00 2001 From: JonnyBro Date: Tue, 13 Sep 2022 12:03:12 +0500 Subject: [PATCH] npmjs --- README.md | 4 ++-- package.json | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6f3e588..77e6aba 100644 --- a/README.md +++ b/README.md @@ -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)** diff --git a/package.json b/package.json index 1980618..1d242fb 100644 --- a/package.json +++ b/package.json @@ -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",