fuck you rena

This commit is contained in:
lolcat 2024-11-03 01:22:12 -05:00
parent 782d28cba5
commit a6e8542d50
1 changed files with 5 additions and 0 deletions

View File

@ -315,6 +315,11 @@ async function handshake(name, password){
deek.emit("error", "timed out") deek.emit("error", "timed out")
}); });
const keep_alive = setInterval(function(){
ws.ping();
}, 5000);
}); });
ws.once("close", function(){ ws.once("close", function(){