UNPKG

koishi-plugin-shutdown

Version:
5 lines (4 loc) 174 B
import { Context, Schema } from 'koishi'; export declare const name = "shutdown"; export declare const Config: Schema<{}>; export declare function apply(ctx: Context): void;