UNPKG

koishi-plugin-fate

Version:

A koishi plugin for fortune telling and sign in.

4 lines (3 loc) 146 B
import { Context } from 'koishi'; import { Config } from './types'; export declare function registerCommands(ctx: Context, config: Config): void;