discordx
    Preparing search index...

    Interface ComponentOptions<T>

    Component type

    interface ComponentOptions<T extends string = string> {
        botIds?: string[];
        guilds?: IGuild[];
        id?: RegExp | NotEmpty<T>;
    }

    Type Parameters

    • T extends string = string
    Index

    Properties

    Properties

    botIds?: string[]
    guilds?: IGuild[]
    id?: RegExp | NotEmpty<T>