Updated readme and made clicking the profile optional

This commit is contained in:
Wizzard
2023-07-13 13:10:48 -04:00
parent 5ef325676f
commit 0ec7cbb248
4 changed files with 10 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ async function updateStatus() {
buttons: [
{
label: `${formatNumber(data.scrobbles)} total shits.`,
url: "javascript:void(0);",
url: JSON.parse(config.clickable) ? `https://www.last.fm/user/${config.username}/` : "javascript:void(0);"
},
],
});