Add uptime

This commit is contained in:
Bingus_Violet 2024-02-12 15:52:17 -06:00
parent e3c14a654a
commit e8f60cd484

View file

@ -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)