You are reading the documentation for the next version of discord.js. Documentation for v13/v14+ has been moved to old.discordjs.dev

SlashCommandSubcommandsOnlyBuilder

export declare interface SlashCommandSubcommandsOnlyBuilder extends Pick<SlashCommandBuilder, Exclude<keyof SlashCommandBuilder, Exclude<keyof SharedSlashCommandOptions, 'options'>>>
export declare interface SlashCommandSubcommandsOnlyBuilder extends Pick<SlashCommandBuilder, Exclude<keyof SlashCommandBuilder, Exclude<keyof SharedSlashCommandOptions, 'options'>>>
An interface specifically for slash command subcommands.

Extends

Pick<SlashCommandBuilder, Exclude<keyof SlashCommandBuilder, Exclude<keyof SharedSlashCommandOptions, 'options'>>>