Interface BotOnlineEvent

Bot 登录成功

interface BotOnlineEvent {
    qq: number;
    reply?: ((msgChain, quote?) => Promise<void>);
    type: "BotOnlineEvent";
}

Hierarchy (view full)

Properties

Properties

qq: number
reply?: ((msgChain, quote?) => Promise<void>)

reply 辅助函数

Type declaration

    • (msgChain, quote?): Promise<void>
    • reply 辅助函数

      Parameters

      Returns Promise<void>

type: "BotOnlineEvent"

Generated using TypeDoc