add by one to remove the jitter
This commit is contained in:
parent
02a8a44125
commit
77aebee1da
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ function converter(html, query) {
|
||||||
"DISCORD_USER": username,
|
"DISCORD_USER": username,
|
||||||
"CUSTOM_STATUS": statusText,
|
"CUSTOM_STATUS": statusText,
|
||||||
"LATEST_YOUTUBE": "filler",
|
"LATEST_YOUTUBE": "filler",
|
||||||
"SPINCOUNT": globalSpins
|
"SPINCOUNT": globalSpins + 1
|
||||||
}
|
}
|
||||||
|
|
||||||
var rpTable = Object.keys(replacers)
|
var rpTable = Object.keys(replacers)
|
||||||
|
|
Loading…
Reference in a new issue