DisBot
    Preparing search index...

    Interface EventAPIObject

    interface EventAPIObject {
        data: any;
        guildId: string;
        type: string;
    }
    Index

    Properties

    Properties

    data: any
    guildId: string
    type: string