Add uptime
This commit is contained in:
parent
e3c14a654a
commit
e8f60cd484
1 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,8 @@ function converter(html) {
|
|||
"RANDOM_TITLE": titles[Math.floor(Math.random() * titles.length)],
|
||||
"DISCORD_STATUS":
|
||||
`<span style="color: ${statusData.color};">${statusData.text}</span>` +
|
||||
`<style>.pfp { border-color: ${statusData.color} }</style>`
|
||||
`<style>.pfp { border-color: ${statusData.color} }</style>`,
|
||||
"UPTIME": uptime
|
||||
}
|
||||
|
||||
var rpTable = Object.keys(replacers)
|
||||
|
|
Loading…
Reference in a new issue