Flip comit count and quote
This commit is contained in:
parent
58f2513c0b
commit
c6eaf8e9d9
1 changed files with 1 additions and 1 deletions
|
@ -87,8 +87,8 @@ function converter(html, query) {
|
|||
"ALL_HIGHLIGHTS": Object.keys(highlightedWords).join(", "),
|
||||
"BRANCH_NAME": bnchName,
|
||||
"BRANCH_SUB": bnchSub,
|
||||
"COMMIT_COUNT": commitCount,
|
||||
"RANDOM_QUOTE": quotes[Math.floor(Math.random() * quotes.length)],
|
||||
"COMMIT_COUNT": commitCount,
|
||||
"QUOTE_COUNT": quotes.length,
|
||||
"RANDOM_TITLE": titles[Math.floor(Math.random() * titles.length)],
|
||||
"DISCORD_STATUS":
|
||||
|
|
Loading…
Reference in a new issue