UNPKG

koishi-plugin-gyyg-randompic

Version:

随机输出自选路径下的图片,图片格式支持jpg,jpeg,png,gif

8 lines (7 loc) 219 B
import { Context, Schema } from 'koishi'; export declare const name = "pic"; export interface Config { addr: string; } export declare const Config: Schema<Config>; export declare function apply(ctx: Context): void;