swaws
This commit is contained in:
parent
c537aa6188
commit
b5d2b18d59
4
index.js
4
index.js
|
@ -96,7 +96,9 @@ function checkServer(address) {
|
|||
|
||||
|
||||
function updateStatus(addr, port, msg) {
|
||||
setTimeout(updateStatus(addr, port, msg), 10000);
|
||||
setTimeout(() => {
|
||||
updateStatus(addr, port, msg);
|
||||
}, 10000);
|
||||
if (!serverEmbeds[`${addr}:${port}`]) {
|
||||
serverEmbeds[`${addr}:${port}`] = {
|
||||
"title": "Unknown",
|
||||
|
|
Loading…
Reference in a new issue