/cordelia-bot

Match tracking bot for TetrisAttackOnline Discord with Glicko 2 ranking system.

Primary LanguageJavaScript

Cordelia

Cordelia Bot

Match tracking bot for TetrisAttackOnline Discord with Glicko 2 ranking system.

Requirements

  • Node.js v8+
  • MySQL

Local development setup

  1. Clone the repository

    git clone https://github.com/nderscore/cordelia-bot.git
    
  2. Install dependencies

    npm install
    
  3. Copy sample config from ./config/sample.config.json to ./config/development.config.json and edit it to suit your needs.

  4. Import MySQL schema from ./schema.sql

Running for development

npm run dev

Running for production

npm start