Search...

SlashCommandSubcommandsOnlyBuilder

export 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'>>> 

No summary provided.

Extends

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