thaldrin/index.ts
2021-04-28 03:31:12 +02:00

5 lines
122 B
TypeScript

//@ts-ignore
import config from "./config";
import client from "./src/handler/client/Client"
let Bot = new client(config)