This commit is contained in:
2021-12-13 02:06:36 +03:00
commit 7725f47f2a
22 changed files with 893 additions and 0 deletions

4
src/main.ts Normal file
View File

@@ -0,0 +1,4 @@
import BotsManager from './bots/manager';
BotsManager.start();