UNPKG

koishi-plugin-vv-bot

Version:

基于 https://github.com/Cicada000/VV 的VV表情包机器人

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