mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-10 02:00:20 +00:00
Update play.js
This commit is contained in:
parent
03ec1ddf64
commit
e19e5f7656
@ -7,7 +7,7 @@ module.exports = async function (guild, song, client, message, seek) {
|
||||
client.queue.delete(guild.id);
|
||||
return;
|
||||
}
|
||||
const dispatcher = message.guild.voiceConnection.playStream
|
||||
const dispatcher = serverQueue.connection
|
||||
.playStream(ytdl(song.url, { filter: "audio", highWaterMark: 1 << 25 }), { seek: seek, bitrate: 1024, passes: 10, volume: 1 })
|
||||
.on("end", reason => {
|
||||
if (reason === "Stream is not generating quickly enough.") {
|
||||
|
Loading…
Reference in New Issue
Block a user