UNPKG

koishi-plugin-rryth-test

Version:

人人有图画测试服

9 lines (8 loc) 266 B
import { Context, Schema } from 'koishi'; export declare const name = "rryth-test"; export declare function apply(ctx: Context, config: Config): void; export interface Config { censor?: boolean; batch?: number; } export declare const Config: Schema<Config>;