import { client } from './bot'; import init from './init'; init(); client.login(process.env.TOKEN);