From 683bc4128480d52146aeff9a439b81b038401a40 Mon Sep 17 00:00:00 2001 From: SileNce5k Date: Mon, 8 Apr 2024 12:59:23 +0200 Subject: [PATCH] Add link to lastfm profile --- util/lastfm/getCurrentScrobble.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/lastfm/getCurrentScrobble.js b/util/lastfm/getCurrentScrobble.js index 62558ba..595bcb8 100644 --- a/util/lastfm/getCurrentScrobble.js +++ b/util/lastfm/getCurrentScrobble.js @@ -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({