@vectorize-io/vectorize-client
    Preparing search index...

    Interface DISCORDAuthConfig

    Authentication configuration for Discord

    DISCORDAuthConfig

    interface DISCORDAuthConfig {
        botToken: string;
        channelIds: string[];
        serverId: string;
    }
    Index

    Properties

    botToken: string

    Bot token. Example: Enter Token

    DISCORDAuthConfig

    channelIds: string[]

    Channel ID. Example: Enter channel ID

    DISCORDAuthConfig

    serverId: string

    Server ID. Example: Enter Server ID

    DISCORDAuthConfig