UNPKG

koishi-plugin-fate

Version:

A koishi plugin for fortune telling and sign in.

11 lines (10 loc) 354 B
import { Context, Logger } from 'koishi'; import { Config } from './command/types'; export * from './data/types'; export { Config } from './command/types'; export declare const inject: { required: string[]; }; export declare const name = "fate"; export declare const logger: Logger; export declare function apply(ctx: Context, config: Config): void;