UNPKG

koishi-plugin-edging

Version:
4 lines (3 loc) 253 B
import { Bot, Context } from 'koishi'; export declare function sendPriv(bot: Bot, userId: string, content: string): Promise<string[]>; export declare function dynamicInterval(ctx: Context, callback: () => void, min: number, max: number): () => boolean;