From b63cdcba997474fdf8d9f548e0c47de2a7febf93 Mon Sep 17 00:00:00 2001 From: SileNce5k Date: Mon, 8 Apr 2024 13:29:40 +0200 Subject: [PATCH] Revert "Add link to lastfm profile" This reverts commit 683bc4128480d52146aeff9a439b81b038401a40. --- 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 595bcb8..62558ba 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}](https://www.last.fm/user/${lastfmUsername})`, user.user.avatarURL({ dynamic: true, size: 4096 })) + .setAuthor(`Now playing - ${nickname}`, user.user.avatarURL({ dynamic: true, size: 4096 })) .setThumbnail(scrobble.cover) .setColor(15780145) .addFields({