UNPKG

koishi-plugin-memes-api

Version:

表情包制作插件调用 API 版

4 lines (3 loc) 146 B
import { Context } from 'koishi'; import { Config } from '../config'; export declare function apply(ctx: Context, config: Config): Promise<void>;