koishi-plugin-kbot
Version:
A muti-function qq bot for koishi
6 lines (5 loc) • 361 B
TypeScript
import type { Context } from 'koishi';
import { segment } from 'koishi';
import type { SystemInfo } from '../utils';
export declare function renderHtml(ctx: Context, systemInfo: SystemInfo): Promise<string | segment>;
export declare function renderRandom(ctx: Context, sort: string, systemInfo: SystemInfo['random'], botUid: string): Promise<string | segment>;