UNPKG

koishi-plugin-dicex

Version:
7 lines (6 loc) 289 B
import { Channel, Session, User } from 'koishi'; import { BaseModule } from '../utility/base-module'; export declare class RollModule extends BaseModule { private diceDb; onRoll(username: string, message: string, user: User, channel: Channel, session: Session): Promise<string>; }