Add allowed lang settings

This commit is contained in:
2022-01-02 18:13:56 +03:00
parent efc23049a8
commit 14f8c406d5
9 changed files with 189 additions and 49 deletions

View File

@@ -1,3 +1,3 @@
import BotsManager from './bots/manager';
setTimeout(() => BotsManager.start(), 5000);
setTimeout(() => BotsManager.start(), 5_000);