discordx
    Preparing search index...

    Interface EventGroup

    interface EventGroup {
        eventName: string;
        handlers: DOn[];
        isOnce: boolean;
        isRest: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    eventName: string
    handlers: DOn[]
    isOnce: boolean
    isRest: boolean