music: apparently inlineVolume is needed for some reason
This commit is contained in:
parent
fd11f266e9
commit
bcc30e8c93
1 changed files with 1 additions and 1 deletions
|
@ -309,7 +309,7 @@ async function enqueue(
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
await connection.play(media, {voiceDataTimeout: -1});
|
await connection.play(media, {inlineVolume: true, voiceDataTimeout: -1});
|
||||||
|
|
||||||
textChannel.createMessage({
|
textChannel.createMessage({
|
||||||
embeds: [
|
embeds: [
|
||||||
|
|
Loading…
Reference in a new issue