Yet another Fluxer bot built with TypeScript and Bun
at feat/sqlite 4 lines 127 B view raw
1import { Bot } from "@/bot"; 2 3// Main entry, while it looks stupidly short, it only takes few lines anyway. 4new Bot().start();