thaldrin/index.ts

5 lines
122 B
TypeScript
Raw Normal View History

2021-04-04 15:17:46 +00:00
//@ts-ignore
import config from "./config";
import client from "./src/handler/client/Client"
2021-04-28 01:31:12 +00:00
let Bot = new client(config)