yolkbot
    Preparing search index...

    Interface BotParams

    Parameters that can be passed to a Bot

    interface BotParams {
        instance?: string;
        protocol?: string;
        proxy?: string;
        renewSession?: boolean;
        skipLogin?: boolean;
    }
    Index

    Properties

    instance?: string

    The shell shockers "instance" to use, defaults to shellshock.io

    protocol?: string

    The protocol to use for websocket connections, defaults to wss

    proxy?: string

    A socks5 or socks5h proxy

    renewSession?: boolean

    Specifies that the bot's account should renew its session for repeated use (30+ minutes)

    skipLogin?: boolean

    Specifies that the bot should not login with Firebase and join games with a nullish UUID (this breaks on the base game)