koishi-plugin-dicex
Version:
Another Koishi dicebot.
12 lines (11 loc) • 316 B
TypeScript
import { DicePluginConfig } from '../config';
declare const BaseModule_base: new (ctx: import("koishi").Context, config: {
maxPoint?: number;
maxTimes?: number;
}) => {
ctx: import("koishi").Context;
config: DicePluginConfig;
};
export declare class BaseModule extends BaseModule_base {
}
export {};