require('dotenv').config() import OcrccBot from './bot' const bot = new OcrccBot(); bot.start();