UNPKG

koishi-plugin-bellabot

Version:

[![npm](https://img.shields.io/npm/v/koishi-plugin-bellabot?style=flat-square)](https://www.npmjs.com/package/koishi-plugin-bellabot)

8 lines (7 loc) 271 B
import { Context, Schema } from 'koishi'; export declare const name = "bellabot-interaction"; export interface Config { 'bellabot-interaction': boolean; } export declare const Config: Schema<Config>; export declare function apply(ctx: Context, config: Config): void;