fix: client.destroy()

This commit is contained in:
Elysia
2023-02-28 13:18:09 +07:00
parent 47b420d289
commit ba22a5f550
5 changed files with 10 additions and 11 deletions

View File

@@ -100,7 +100,7 @@ class ClientUser extends User {
this.client.emit('debug', `Samsung Presence: ${this._packageName}`);
if (!this._packageName) return;
this.setSamsungActivity(this._packageName, 'UPDATE');
}, 1000 * 60 * 10);
}, 1000 * 60 * 10).unref();
// 20 minutes max
}
}