UNPKG

koishi-plugin-wws-kokomi

Version:

战舰世界水表插件,简单调用了 kokomi 的接口

10 lines (9 loc) 283 B
import { Context, Schema } from 'koishi'; export declare const name = "wws-kokomi"; export interface Config { url: string; token: string; } export declare const inject: string[]; export declare const Config: Schema<Config>; export declare function apply(ctx: Context): void;