UNPKG

koishi-plugin-gyyg-jinriniuchang

Version:

看看今天你的牛牛多长

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