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