diff --git a/src/struct/funcs/play.js b/src/struct/funcs/play.js index 5b07c33e..fff4de7f 100644 --- a/src/struct/funcs/play.js +++ b/src/struct/funcs/play.js @@ -28,7 +28,7 @@ module.exports = async function (guild, song, client, seek, play) { .setTitle(` 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;