Requested by
This commit is contained in:
parent
e8486e9324
commit
15bc4fff2f
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue