diff --git a/src/index.ts b/src/index.ts new file mode 100644 index 0000000..4c80319 --- /dev/null +++ b/src/index.ts @@ -0,0 +1,5 @@ +import 'dotenv/config'; + +import { Bot } from './bot'; + +Bot.get.init();