This commit is contained in:
bingus_violet 2024-03-08 15:11:25 -06:00
parent f23c68de86
commit 5c29e62af7

View file

@ -80,7 +80,7 @@ module.exports = {
} }
if (!debounce && activity.type != 4) { if (!debounce && activity.type != 4) {
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">` addedHTML += `<h2><hr>What I'm up to:</h2><div class="activity-container">`
debounce = true debounce = true
} }