Add delay before start bots

This commit is contained in:
2022-02-16 19:32:45 +03:00
parent ce8af5a877
commit 4217fc85c0

View File

@@ -62,7 +62,6 @@ export default class BotsManager {
this.launch(); this.launch();
await this.sync();
if (this.syncInterval === null) { if (this.syncInterval === null) {
this.syncInterval = setInterval(() => this.sync(), 30_000); this.syncInterval = setInterval(() => this.sync(), 30_000);
} }