Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 421 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 421 Bytes

QQBot-node.js

Installation

  1. Clone this repository to your local disk.
git clone https://github.com/Runc2333/QQBot-node.js.git
  1. Install dependence
cd QQBot-node.js
npm install
  1. Edit the config provided in config/config.example.json.Then rename it into config.json
vi config/config.example.json
mv config/config.example.json config/config.json
  1. Run & Enjoy!
node app.js