Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 574 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 574 Bytes

Requirements

node --version
    v10.15.3
npm --version
    6.4.1

Install

git clone https://github.com/cmtzco/dlive-bot-boilerplate.git
cd dlive-bot-boilerplate
npm install -g typescript rimraf tsc
npm install

Run

npm run build
NODE_PATH=./dist node dist/bot.js

This is as-is software and provided with no guarantee. This project is only a starter for anyone trying to build a bot. It currently only filters donations but has extensibility for other features. Any and all suggestions for improvement are welcome!