DisBot
    Preparing search index...
    interface InvitesTrackerOptions {
        activeGuilds?: string[];
        exemptGuild?: ExemptGuildFunction;
        fetchAuditLogs: boolean;
        fetchGuilds: boolean;
        fetchVanity: boolean;
    }
    Index

    Properties

    activeGuilds?: string[]
    exemptGuild?: ExemptGuildFunction
    fetchAuditLogs: boolean
    fetchGuilds: boolean
    fetchVanity: boolean