6 lines
71 B
TypeScript
6 lines
71 B
TypeScript
import 'dotenv/config';
|
|
|
|
import { Bot } from './bot';
|
|
|
|
Bot.get.init();
|