UNPKG

koishi-plugin-genshin-voice

Version:
7 lines (6 loc) 233 B
import { Context, Schema } from 'koishi'; export declare const name = "genshin-voice"; export interface Config { } export declare const Config: Schema<Config>; export declare function apply(ctx: Context, config: Config): void;