obby-client for TypeScript
    Preparing search index...

    Type Alias BotRegistry

    The bots we know about, keyed by their folded nick.

    type BotRegistry = {
        known: { [key in string]?: Bot };
    }
    Index
    known: { [key in string]?: Bot }