UNPKG

@xud6/cq-websocket

Version:

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

10 lines (8 loc) 189 B
const isSupportedTag = require('./isSupportedTag') const parse = require('./parse') const models = require('./models') module.exports = { parse, isSupportedTag, ...models }