Files
book_bot/src/main.ts
2022-01-08 19:24:04 +03:00

4 lines
64 B
TypeScript

import BotsManager from './bots/manager';
BotsManager.start();