UNPKG

koishi-plugin-random-num-skuy

Version:

A Koishi plugin that provides daily fortune with ratings and advice.

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