import client from "./bot"; import init from "./initConfig"; init(); client.login(process.env.TOKEN);