Yet another Fluxer bot built with TypeScript and Bun
at develop 4 lines 76 B view raw
1import "reflect-metadata"; 2import { Bot } from "@/bot"; 3 4new Bot().start();