UNPKG

koishi-plugin-batchkick

Version:

批量踢人插件,支持通过QQ群管理接口批量踢出群成员

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