UNPKG

koishi-plugin-crazy-thursday

Version:
7 lines (6 loc) 218 B
import { Context, Schema } from 'koishi'; export interface Config { } export declare const name = "crazy-thursday"; export declare const schema: Schema<Config>; export declare function apply(ctx: Context): void;