UNPKG

@tsuk1ko/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) 128 B
const CQTag = require('../CQTag'); module.exports = class CQShake extends CQTag { constructor() { super('shake'); } };