yolkbot
    Preparing search index...

    Interface GameFindResult

    RawFindGameResponse, but with an ok field for validation; returned by Bot.findPublicGame and Bot.createPrivateGame

    interface GameFindResult {
        command: "gameFound";
        id: string;
        noobLobby: boolean;
        ok: true;
        private: boolean;
        region: string;
        subdomain: string;
        uuid: string;
    }

    Hierarchy

    Index

    Properties

    command: "gameFound"
    id: string

    The game code

    noobLobby: boolean

    Whether the game is a "noob lobby". In February 2026, these were turned off, as the game is dying. As of August 2026, the feature is still off, and this always returns false

    ok: true

    The request succeeded

    private: boolean

    Whether or not the game is private

    region: string

    The region that the game is in

    subdomain: string

    The subdomain to connect to for the game

    uuid: string

    A UUID required for joining the game