From 33adc4b22a64cbd1f24133e9dca1e4fb8c233b64 Mon Sep 17 00:00:00 2001 From: neru Date: Sat, 10 Jan 2026 09:17:43 -0300 Subject: [PATCH] feat: add index.ts --- src/index.ts | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/index.ts 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();