Global Spinner

This commit is contained in:
bingus_violet 2024-04-20 16:46:12 -05:00
parent fb85cdf770
commit 17327706f5
3 changed files with 51 additions and 13 deletions

View file

@ -117,7 +117,7 @@ function converter(html, query) {
module.exports = {
getActivities: function () {
return activityToHTML.activitiesToHTML(lanyardData, cachedImages)
return minify.minify(activityToHTML.activitiesToHTML(lanyardData, cachedImages))
},
middleWare: function (req, res, next) {
@ -218,7 +218,7 @@ function socketeer() {
console.log("Connection Closed. Attempting Reconnect in 30 seconds.")
setTimeout(() => {
socketeer()
}, 3000);
}, 30000);
})
function ping(dur) {