// @flow import 'dotenv/config' import Bot from './Bot' const B = new Bot() B.start()