feat: add index.ts

This commit is contained in:
2026-01-10 09:17:43 -03:00
parent dcd747e9b3
commit 33adc4b22a
+5
View File
@@ -0,0 +1,5 @@
import 'dotenv/config';
import { Bot } from './bot';
Bot.get.init();