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