feat: add index.ts
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import 'dotenv/config';
|
||||
|
||||
import { Bot } from './bot';
|
||||
|
||||
Bot.get.init();
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,5 @@
|
||||
import 'dotenv/config';
|
||||
|
||||
import { Bot } from './bot';
|
||||
|
||||
Bot.get.init();
|
||||