aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 8 insertions, 2 deletions
diff --git a/package.json b/package.json
index cf59cb1..5f7fc8b 100644
--- a/package.json
+++ b/package.json
@@ -11,9 +11,15 @@
"author": "",
"license": "ISC",
"dependencies": {
+ "@discordjs/opus": "^0.4.0",
"discord.js": "^12.5.1",
"dotenv": "^8.2.0",
- "node-fetch": "^2.6.1"
+ "ffmpeg-static": "^4.2.7",
+ "node-fetch": "^2.6.1",
+ "yt-search": "^2.7.3",
+ "ytdl-core": "^4.5.0"
},
- "engines": { "node": "12.16.3" }
+ "engines": {
+ "node": "12.16.3"
+ }
}