1import { Bot } from "@/bot"; 2 3// Main entry, while it looks stupidly short, it only takes few lines anyway. 4new Bot().start();