yolkbot
    Preparing search index...

    Interface BotParams

    Parameters that can be passed to a Bot

    interface BotParams {
        connectionTimeout?: number;
        errorLogger?: (...args: any[]) => void;
        instance?: string;
        intents?: Intents[];
        protocol?: string;
        proxy?: string;
    }
    Index

    Properties

    connectionTimeout?: number
    errorLogger?: (...args: any[]) => void
    instance?: string
    intents?: Intents[]
    protocol?: string
    proxy?: string