diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2024-09-27 14:44:14 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2024-09-27 14:44:14 -0400 |
| commit | 01557431acf834e46db5c5794342131d4c4b4543 (patch) | |
| tree | 6bcd13e32221fc1caea6fc400364419f8a1cc32e /package.json | |
| parent | 0aab2e3d023d918db22ea883581a0e34b9a294b5 (diff) | |
| download | DLAP-01557431acf834e46db5c5794342131d4c4b4543.tar.gz DLAP-01557431acf834e46db5c5794342131d4c4b4543.tar.bz2 DLAP-01557431acf834e46db5c5794342131d4c4b4543.zip | |
Removed discord.js/opus
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 44eff27..1447214 100644 --- a/package.json +++ b/package.json @@ -9,8 +9,9 @@ "eslint": "eslint ." }, "dependencies": { - "@discordjs/opus": "^0.9.0", + "@discordjs/rest": "^2.4.0", "@discordjs/voice": "^0.17.0", + "discord-api-types": "^0.37.101", "discord.js": "^14.16.2", "ffmpeg-static": "^5.2.0", "i18next": "^23.15.1", |
