Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 742 Bytes

README.md

File metadata and controls

36 lines (28 loc) · 742 Bytes

ConquistadorBot

Build Status Coverage Status

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