UNPKG

@oebot/core

Version:

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

12 lines (11 loc) 471 B
/** OEBot 规范化输出 */ export declare const notice: { /** 输出 OEBot 规范化的提示消息 */ info: (msg: string, newLine?: boolean) => void; /** 输出 OEBot 规范化的警告消息 */ warn: (msg: string, newLine?: boolean) => void; /** 输出 OEBot 规范化的成功消息 */ success: (msg: string, newLine?: boolean) => void; /** 输出 OEBot 规范化的错误消息 */ error: (msg: string, newLine?: boolean) => void; };