diff --git a/commands/play.js b/commands/play.js index 35db091..727e5ea 100644 --- a/commands/play.js +++ b/commands/play.js @@ -43,7 +43,7 @@ module.exports = { const embed = new EmbedBuilder() .setColor('#0099ff') - .setTitle('Now Playing') + .setTitle('Added To Queue') .setDescription(`**${title}**`) .setFooter({ text: `Requested by ${message.author.username}`, iconURL: message.author.displayAvatarURL() }) .setTimestamp(); @@ -77,7 +77,7 @@ module.exports = { const embed = new EmbedBuilder() .setColor('#0099ff') - .setTitle('Now Playing') + .setTitle('Added To Queue') .setDescription(`**${title}**`) .setFooter({ text: `Requested by ${message.author.username}`, iconURL: message.author.displayAvatarURL() }) .setTimestamp(); @@ -104,7 +104,7 @@ module.exports = { const embed = new EmbedBuilder() .setColor('#0099ff') - .setTitle('Now Playing') + .setTitle('Added To Queue') .setDescription(`**${title}**`) .setFooter({ text: `Requested by ${message.author.username}`, iconURL: message.author.displayAvatarURL() }) .setTimestamp(); @@ -148,7 +148,7 @@ module.exports = { const embed = new EmbedBuilder() .setColor('#0099ff') - .setTitle('Now Playing') + .setTitle('Added To Queue') .setDescription(`**${title}**`) .setFooter({ text: `Requested by ${message.author.username}`, iconURL: message.author.displayAvatarURL() }) .setTimestamp(); @@ -194,7 +194,7 @@ module.exports = { const embed = new EmbedBuilder() .setColor('#0099ff') - .setTitle('Now Playing') + .setTitle('Added To Queue') .setDescription(`**${title}**`) .setFooter({ text: `Requested by ${message.author.username}`, iconURL: message.author.displayAvatarURL() }) .setTimestamp();