revbot.js
    Preparing search index...

    Variable EventMapConst

    EventMap: {
        bulkMessageDelete: typeof BulkMessageDelete;
        channelCreate: typeof ChannelCreate;
        channelDelete: typeof ChannelDelete;
        channelGroupJoin: typeof ChannelGroupJoin;
        channelGroupLeave: typeof ChannelGroupLeave;
        channelStartTyping: typeof ChannelStartTyping;
        channelStopTyping: typeof ChannelStopTyping;
        channelUpdate: typeof ChannelUpdate;
        message: typeof Message;
        messageDelete: typeof MessageDelete;
        messageReact: typeof MessageReact;
        messageUnreact: typeof MessageUnreact;
        messageUpdate: typeof MessageUpdate;
        serverCreate: typeof ServerCreate;
        serverDelete: typeof ServerDelete;
        serverMemberJoin: typeof ServerMemberJoin;
        serverMemberLeave: typeof ServerMemberLeave;
        serverMemberUpdate: typeof ServerMemberUpdate;
        serverRoleDelete: typeof ServerRoleDelete;
        serverRoleUpdate: typeof ServerRoleUpdate;
        serverUpdate: typeof ServerUpdate;
        userUpdate: typeof UserUpdate;
    } = ...

    Type declaration