From 15bc4fff2f79cc3abb15b2572af29358ffde0cbc Mon Sep 17 00:00:00 2001 From: Wizzard Date: Sat, 17 Aug 2024 12:01:12 -0400 Subject: [PATCH] Requested by --- commands/play.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/commands/play.js b/commands/play.js index 9862a77..c412a77 100644 --- a/commands/play.js +++ b/commands/play.js @@ -40,7 +40,8 @@ module.exports = { .setColor('#0099ff') .setTitle('Now Playing') .setDescription(`**${title}**`) - .setFooter({ text: `Requested by ${message.author.username}`, iconURL: message.author.displayAvatarURL() }); + .setFooter({ text: `Requested by ${message.author.username}`, iconURL: message.author.displayAvatarURL() }) + .setTimestamp() message.channel.send({ embeds: [embed] }); @@ -69,4 +70,4 @@ function isValidURL(string) { } catch (_) { return false; } -} \ No newline at end of file +}