This commit is contained in:
Hri7566 2023-05-21 10:20:03 -04:00
parent 44f9f25f8e
commit d3e99bbd5b
1 changed files with 2 additions and 1 deletions

View File

@ -339,7 +339,8 @@ class Channel extends EventEmitter {
if (Array.from(this.ppl.values()).length <= 0) {
setTimeout(() => {
this.destroy();
}, 13000);
}, 3000);
return;
}
this.connections.forEach(usr => {