Finally fixed the jitter

This commit is contained in:
bingus_violet 2024-04-22 07:56:44 -05:00
parent 93ce3204a7
commit 3b5945b326
2 changed files with 9 additions and 2 deletions

View file

@ -77,7 +77,7 @@ function converter(html, query) {
"DISCORD_USER": username,
"CUSTOM_STATUS": statusText,
"LATEST_YOUTUBE": "filler",
"SPINCOUNT": globalSpins + 1
"SPINCOUNT": globalSpins
}
var rpTable = Object.keys(replacers)