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