koishi-plugin-emojihub-bili
Version:
[<ruby>Emojihub-bili<rp>(</rp><rt>点我查看食用方法</rt><rp>)</rp></ruby>](https://www.npmjs.com/package/koishi-plugin-emojihub-bili)🐱支持QQ官方json按钮!20群即可发按钮!😍可自定义添加或删除任意表情包!基本每个指令都有上千张!支持定时/定量消息触发 • 620 B
TypeScript
import { Logger } from "koishi";
import { Config } from "./config";
declare const logger: Logger;
export declare function logInfoformat(config: Config, USER: any, command: any, message: any): void;
export declare function logError(message: any): void;
export declare function logInfo(config: Config, ...args: unknown[]): void;
export declare function replacePlaceholders(content: any, context: any, isRawMode?: boolean): any;
export declare function getAllFiles(dir: string, fileList?: string[]): string[];
export declare function getVirtualFilename(filePath: string, rootFolderPath: string): string;
export { logger };