aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-07-18 20:45:06 -0400
committerAndrew Lee <alee14498@protonmail.com>2020-07-18 20:45:06 -0400
commit2163cd881373cbef83375a5b9d2ed55e8c95465c (patch)
treec853bc16d61a07c1088bb68aab8bc477a3052844 /package.json
parent9a1ac86aed3f7e488c70f2e321d2d056fae0838d (diff)
downloadDLAP-2163cd881373cbef83375a5b9d2ed55e8c95465c.tar.gz
DLAP-2163cd881373cbef83375a5b9d2ed55e8c95465c.tar.bz2
DLAP-2163cd881373cbef83375a5b9d2ed55e8c95465c.zip
Logging stuff and playing from an audio file
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"
}
}