UNPKG

cq-websocket

Version:

A Node SDK for developing QQ chatbots based on WebSocket, which is depending on CoolQ and CQHTTP API plugin.

8 lines (6 loc) 126 B
const CQTag = require('../CQTag') module.exports = class CQShake extends CQTag { constructor () { super('shake') } }