UNPKG

@oebot/core

Version:

能跑就行的 QQ 机器人框架,基于 oicq v2,改自KiviBot(R.I.P.)

7 lines (6 loc) 201 B
import type { Client } from 'oicq'; /** 登录错误事件监听处理函数 */ export declare function errorHandler(this: Client, { code, message }: { code: number; message: string; }): void;