import { bot } from "./src/mod.ts"; if (import.meta.main) { await bot.start(); }