UNPKG

koishi-plugin-crypot-bot

Version:

BTC

9 lines (8 loc) 267 B
import { Context, Schema } from 'koishi'; export declare const name = "crypot"; export interface Config { alertThreshold: number; proxy: string; } export declare const Config: Schema<Config>; export declare function apply(ctx: Context, config: Config): void;