Add link to lastfm profile
This commit is contained in:
parent
3bc37cc1b7
commit
683bc41284
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ module.exports = async function(userID, guild) {
|
|||
return sendText;
|
||||
}
|
||||
const embed = new Discord.MessageEmbed()
|
||||
.setAuthor(`Now playing - ${nickname}`, user.user.avatarURL({ dynamic: true, size: 4096 }))
|
||||
.setAuthor(`[Now playing - ${nickname}](https://www.last.fm/user/${lastfmUsername})`, user.user.avatarURL({ dynamic: true, size: 4096 }))
|
||||
.setThumbnail(scrobble.cover)
|
||||
.setColor(15780145)
|
||||
.addFields({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue