UNPKG

koishi-plugin-thesaurus

Version:

Koishi.js chat plugin for https://github.com/Kyomotoi/AnimeThesaurus

8 lines (7 loc) 247 B
export declare class ThesaurusPluginConfig { constructor(config: Partial<ThesaurusPluginConfig>); path: string; chatTimeout: number; trackingLength: number; } export type ThesaurusPluginConfigLike = Partial<ThesaurusPluginConfig>;