From 5eec305e91a772b13f248e6fee73caadaa5495a2 Mon Sep 17 00:00:00 2001 From: Wizzard Date: Mon, 5 Feb 2024 23:44:10 -0500 Subject: [PATCH] Update package.json --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 03830d3..1708ba4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,9 @@ { "dependencies": { + "discord-stream-client": "^1.4.8", "discord.js-selfbot-v13": "^3.1.4", - "dotenv": "^16.4.1" + "dotenv": "^16.4.1", + "libsodium-wrappers": "^0.7.13", + "opusscript": "^0.0.8" } }