diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2022-11-28 18:04:35 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2022-11-28 18:04:35 -0500 |
| commit | 246dba3089e970f009c6579d405d8553ca441b7a (patch) | |
| tree | 4765c0a69ba068535487a7005c0f5fa1d6b6bbec /package.json | |
| parent | 9dbcaf5ecb7ab8f46179b464f0bcc17831c9dfcf (diff) | |
| download | DLAP-246dba3089e970f009c6579d405d8553ca441b7a.tar.gz DLAP-246dba3089e970f009c6579d405d8553ca441b7a.tar.bz2 DLAP-246dba3089e970f009c6579d405d8553ca441b7a.zip | |
Finally fixed this stupid error
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index 78af422..ffd5235 100644 --- a/package.json +++ b/package.json @@ -9,12 +9,12 @@ "eslint": "eslint ." }, "dependencies": { - "@discordjs/opus": "^0.8.0", - "@discordjs/rest": "^1.0.0", - "@discordjs/voice": "^0.13.0", - "discord-api-types": "^0.37.14", + "@discordjs/opus": "^0.9.0", + "@discordjs/rest": "^1.3.0", + "@discordjs/voice": "^0.14.0", + "discord-api-types": "^0.37.15", "discord.js": "^14.6.0", - "ffmpeg-static": "^5.0.0", + "ffmpeg-static": "^5.1.0", "music-metadata": "^8.1.0", "sodium": "^3.0.2" }, |
