schizofour-coulombot/main.ts

6 lines
84 B
TypeScript

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