UNPKG

koishi-plugin-sve-helper

Version:

Unofficial card search plugin for Shadowverse Evolve (SVE) based on sve-helper and Koishi.

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