Dynamic Discord!

This commit is contained in:
bingus_violet 2024-03-08 10:49:47 -06:00
parent 65e9dd1854
commit e74fb532ab
6 changed files with 56 additions and 3 deletions

View file

@ -80,7 +80,7 @@ module.exports = {
}
if (!debounce && activity.type != 4) {
addedHTML += `<h2><hr>What I'm up to:</h2><div class="activity-container">`
addedHTML += `<h2><hr>What I'm up to:</h2><p><a href="/disc">Check it out in real time! (buggy & unoptimized)</a></p><div class="activity-container">`
debounce = true
}
@ -93,7 +93,7 @@ module.exports = {
return 'imgs/notFound.png'
}
return './cached/' + fn
return '/cached/' + fn
}
function songStats() {