From ecaea6b9e2df62405dabcc8971ffb2bea63f1ba4 Mon Sep 17 00:00:00 2001 From: Cynthia Foxwell Date: Thu, 28 Sep 2023 21:46:19 -0600 Subject: [PATCH] music: proto whitelist try 2 --- src/modules/music.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/modules/music.js b/src/modules/music.js index 0d6150e..af20805 100644 --- a/src/modules/music.js +++ b/src/modules/music.js @@ -358,7 +358,10 @@ async function enqueue({ await connection.connection.play(media, { inlineVolume: true, voiceDataTimeout: -1, - inputArgs: ["-protocol_whitelist", "file,http,https,tcp,tls"], + inputArgs: [ + "-protocol_whitelist", + "file,http,https,tcp,tls,pipe,data,crypto", + ], }); textChannel.createMessage({