UNPKG

js-qqbot

Version:

基于go-cqhttp的qq机器人js框架

9 lines (8 loc) 190 B
import { QQBot } from '../index'; export interface ISelfConfig { start: string; spec: string; } export declare const self: (config?: ISelfConfig) => { init(bot: QQBot): void; };