From 592fac97d87baedd24e2382d951d33bef3cb0d75 Mon Sep 17 00:00:00 2001 From: absidue <48293849+absidue@users.noreply.github.com> Date: Fri, 26 Nov 2021 23:53:43 +0100 Subject: [PATCH] Add deezer to the package.json keywords and description --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5926269..60af637 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "play-dl", "version": "1.3.6", - "description": "YouTube, SoundCloud, Spotify streaming for discord.js bots", + "description": "YouTube, SoundCloud, Spotify, Deezer searching and streaming for discord.js bots", "main": "dist/index.js", "typings": "dist/index.d.ts", "directories": { @@ -25,7 +25,8 @@ "youtube", "spotify-dl", "spotify", - "soundcloud" + "soundcloud", + "deezer" ], "author": "Killer069", "license": "GPL-3.0",