diff options
Diffstat (limited to 'packages/gateway/package.json')
| -rw-r--r-- | packages/gateway/package.json | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/packages/gateway/package.json b/packages/gateway/package.json index 99eacf8..f86b5e8 100644 --- a/packages/gateway/package.json +++ b/packages/gateway/package.json @@ -11,9 +11,15 @@ "type-check": "tsc --noEmit" }, "dependencies": { + "@discordjs/voice": "^0.19.0", + "@snazzah/davey": "^0.1.7", + "@types/ws": "^8.18.1", "discord.js": "^14.14.1", "dotenv": "^16.0.3", - "iqdb-client": "^3.0.0" + "iqdb-client": "^3.0.0", + "libsodium-wrappers": "^0.7.15", + "sodium": "^3.0.2", + "ws": "^8.18.3" }, "devDependencies": { "@types/node": "^20.0.0", |