discordx
    Preparing search index...

    Interface ITriggerEventData

    interface ITriggerEventData {
        client: Client;
        event: string;
        guards: GuardFunction[];
        once: boolean;
        rest: boolean;
    }
    Index

    Properties

    client: Client
    event: string
    guards: GuardFunction[]
    once: boolean
    rest: boolean