Requested by

This commit is contained in:
Wizzard 2024-08-17 12:01:12 -04:00
parent e8486e9324
commit 15bc4fff2f
1 changed files with 3 additions and 2 deletions

View File

@ -40,7 +40,8 @@ module.exports = {
.setColor('#0099ff') .setColor('#0099ff')
.setTitle('Now Playing') .setTitle('Now Playing')
.setDescription(`**${title}**`) .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] }); message.channel.send({ embeds: [embed] });