Files
luma/src/index.ts
T
2026-01-10 09:17:43 -03:00

6 lines
71 B
TypeScript

import 'dotenv/config';
import { Bot } from './bot';
Bot.get.init();