UNPKG

koishi-plugin-onebot-tool

Version:

OneBot 工具集,带有点赞、打卡、拍一拍、表情回应和 AI 语音等功能,可独立开关和自由配置

10 lines (9 loc) 203 B
/** * QQ表情映射 * 按照表情ID的数字顺序排列 */ export declare const EMOJI_MAP: Record<string, string>; /** * 常用表情符号列表 */ export declare const COMMON_EMOJIS: string[];