/ src / index.ts
index.ts
1  import { prepareDB } from './modules/db';
2  import { connect } from './modules/bot';
3  
4  prepareDB();
5  connect();