UNPKG

@kotori-bot/core

Version:
8 lines (7 loc) 270 B
import type { Context } from '../app'; export declare abstract class KotoriPlugin<T extends object | undefined = undefined> { protected readonly ctx: Context; protected readonly config: T; constructor(ctx: Context, config: T); } export default KotoriPlugin;