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
cc4d9c8b28
commit
3b7f80cbc3
@ -28,7 +28,7 @@ module.exports = async function (guild, song, client, seek, play) {
|
||||
.setTitle(`<a:aNotes:674602408105476106> Start playing: **${song.title}**`)
|
||||
.setDescription(`Song duration: \`${client.funcs.msToTime(songtime)}\``)
|
||||
.setThumbnail(thumbnail._rejectionHandler0)
|
||||
.setColor("#b50002")
|
||||
.setColor(client.config.embedColor)
|
||||
serverQueue.textChannel.send(embed);
|
||||
}
|
||||
serverQueue.playing = true;
|
||||
|
Loading…
Reference in New Issue
Block a user