diff --git a/src/modules/music.js b/src/modules/music.js index 9cf9881..f423080 100644 --- a/src/modules/music.js +++ b/src/modules/music.js @@ -415,8 +415,18 @@ command.callback = async function (msg, line) { if (type != null) { if (playlist) { - const playlist = await processPlaylist(argStr, type, shuffle); const statusMessage = msg.channel.createMessage({ + embeds: [ + { + title: + " Processing playlist...", + description: `Fetching tracks...`, + color: 0xcc0088, + }, + ], + }); + const playlist = await processPlaylist(argStr, type, shuffle); + await statusMessage.edit({ embeds: [ { title: