From a271bbe8f8e4b18e3b41a51bb72b146d7c10b444 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Fri, 11 Oct 2019 21:03:57 +0300 Subject: [PATCH] Adding he to dependencies in package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 96670b7a..5cc56a3f 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,7 @@ "node-opus": "^0.3.2", "request": "^2.88.0", "simple-youtube-api": "^5.2.1", - "ytdl-core": "^0.29.7" + "ytdl-core": "^0.29.7", + "he": "^1.2.0" } }