Flip comit count and quote

This commit is contained in:
bingus_violet 2024-05-26 15:38:47 -05:00
parent 58f2513c0b
commit c6eaf8e9d9

View file

@ -87,8 +87,8 @@ function converter(html, query) {
"ALL_HIGHLIGHTS": Object.keys(highlightedWords).join(", "), "ALL_HIGHLIGHTS": Object.keys(highlightedWords).join(", "),
"BRANCH_NAME": bnchName, "BRANCH_NAME": bnchName,
"BRANCH_SUB": bnchSub, "BRANCH_SUB": bnchSub,
"COMMIT_COUNT": commitCount,
"RANDOM_QUOTE": quotes[Math.floor(Math.random() * quotes.length)], "RANDOM_QUOTE": quotes[Math.floor(Math.random() * quotes.length)],
"COMMIT_COUNT": commitCount,
"QUOTE_COUNT": quotes.length, "QUOTE_COUNT": quotes.length,
"RANDOM_TITLE": titles[Math.floor(Math.random() * titles.length)], "RANDOM_TITLE": titles[Math.floor(Math.random() * titles.length)],
"DISCORD_STATUS": "DISCORD_STATUS":