summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-10-12 14:19:03 -0700
committerFuwn <[email protected]>2021-10-12 14:19:03 -0700
commitacfed16526cf6265cf3a2fd8373535bdba40a8cb (patch)
tree134902df8ea42995b8256bbbd026dc8c3048e546 /package.json
parentfix: force node version (diff)
downloadbot-acfed16526cf6265cf3a2fd8373535bdba40a8cb.tar.xz
bot-acfed16526cf6265cf3a2fd8373535bdba40a8cb.zip
new new newHEADmain
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 335b85c..d72faab 100644
--- a/package.json
+++ b/package.json
@@ -7,11 +7,17 @@
"license": "All rights reserved",
"private": true,
"dependencies": {
+ "@discordjs/opus": "^0.6.0",
"@discordjs/rest": "^0.1.0-canary.0",
+ "@discordjs/voice": "^0.6.0",
"discord-api-types": "^0.23.1",
- "discord.js": "^13.2.0"
+ "discord.js": "^13.2.0",
+ "ffmpeg": "^0.0.4",
+ "fluent-ffmpeg": "^2.1.2",
+ "libsodium-wrappers": "^0.7.9",
+ "ytdl-core": "^4.9.1"
},
"engines": {
- "node": "16.8.x"
+ "node": "16.8.x"
}
}