Interface BaseEvent

内部基类

interface BaseEvent {
    reply?: ((msgChain: string | MessageChain, quote?: boolean) => Promise<void>);
    type: string;
}

Hierarchy (view full)

Properties

Properties

reply?: ((msgChain: string | MessageChain, quote?: boolean) => Promise<void>)

reply 辅助函数

type: string