UNPKG

@nonebot/koishi-plugin-crazy-thursday

Version:
9 lines (8 loc) 307 B
import { Context, Schema } from 'koishi'; export declare const name = "crazy-thursday"; export declare const using: string[]; export interface Config { crazy_path: string; } export declare const Config: Schema<Config>; export declare function apply(ctx: Context, config: Config): Promise<void>;