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 +}