From 4c7e30db4594fece73a3d368e8cdc270dfaf99e9 Mon Sep 17 00:00:00 2001 From: Wizzard Date: Sat, 17 Aug 2024 19:15:09 -0400 Subject: [PATCH] Update play.js --- commands/play.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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();