schizofour-coulombot/main.ts

6 lines
80 B
TypeScript

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