UNPKG

kotori-plugin-requester

Version:

Listen delete message and request event call to master

6 lines (5 loc) 239 B
import { type Context, Tsu } from 'kotori-bot'; export declare const lang: string[]; export declare const config: any; export declare const inject: string[]; export declare function main(ctx: Context, cfg: Tsu.infer<typeof config>): void;