koishi-plugin-hellomorning
Version:
让你的bot每天定时打招呼/暖心话/新闻,或者更多!
10 lines (9 loc) • 506 B
TypeScript
import { Context, h } from "koishi";
import { Config } from "./index";
export declare const hitokotoTypeDict: Record<string, string>;
export declare function assetsInit(ctx: Context, config: Config): Promise<void>;
export declare function getHitokoto(): Promise<string[] | "">;
export declare function getWeiyu(): Promise<string>;
export declare function getNewsText(): Promise<string>;
export declare function getNewsImg(): Promise<h | string>;
export declare function getMuoyuImg(): Promise<h | string>;