ConquistadorBot Getting started Export your bot token in your ~/.bashrc file export BOT_TOKEN=your_token_here Install dependencies npm install Start the bot npm start Development Recommanded IDE Extensions ESLint Linting support EditorConfig Standardized editor configuration Run linter manually npm run lint Run unit tests npm test