aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index 1373a31..39c223d 100644
--- a/package.json
+++ b/package.json
@@ -4,6 +4,8 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
- "discord.js": "^12.2.0"
+ "@discordjs/opus": "^0.3.2",
+ "discord.js": "^12.2.0",
+ "ffmpeg-static": "^4.2.5"
}
}