UNPKG

koishi-plugin-emojiluna

Version:

Smart emoji management plugin with AI categorization

7 lines (6 loc) 226 B
import { Context } from 'koishi'; import { Config } from './config'; export declare function apply(ctx: Context, config: Config): void; export * from './config'; export * from './types'; export declare const inject: string[];