obby-client for TypeScript
    Preparing search index...

    Type Alias BotCommand

    One command a bot offers.

    type BotCommand = {
        description: string | null;
        name: string;
    }
    Index
    description: string | null

    What it does.

    name: string

    What to type, without its leading slash.