music: proto whitelist try 2

This commit is contained in:
Cynthia Foxwell 2023-09-28 21:46:19 -06:00
parent 554385fa01
commit ecaea6b9e2

View file

@ -358,7 +358,10 @@ async function enqueue({
await connection.connection.play(media, { await connection.connection.play(media, {
inlineVolume: true, inlineVolume: true,
voiceDataTimeout: -1, voiceDataTimeout: -1,
inputArgs: ["-protocol_whitelist", "file,http,https,tcp,tls"], inputArgs: [
"-protocol_whitelist",
"file,http,https,tcp,tls,pipe,data,crypto",
],
}); });
textChannel.createMessage({ textChannel.createMessage({