1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-19 22:11:55 +00:00

Update play.js

This commit is contained in:
MatteZ02 2020-02-05 22:26:18 +02:00
parent cc4d9c8b28
commit 3b7f80cbc3

View File

@ -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;