Search...

SlashCommandSubcommandsOnlyBuilder

An interface specifically for slash command subcommands.
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'>>>