Variableseedcordv0.10.6Internal
const BuilderTypes: {
command: typeof SlashCommandBuilder;
context_menu: typeof ContextMenuCommandBuilder;
subcommand: typeof SlashCommandSubcommandBuilder;
group: typeof SlashCommandSubcommandGroupBuilder;
embed: typeof EmbedBuilder;
modal: typeof ModalBuilder;
label: typeof LabelBuilder;
text_input: typeof TextInputBuilder;
file_upload: typeof FileUploadBuilder;
button: typeof ButtonBuilder;
menu_string: typeof StringSelectMenuBuilder;
menu_option_string: typeof StringSelectMenuOptionBuilder;
menu_user: typeof UserSelectMenuBuilder;
menu_channel: typeof ChannelSelectMenuBuilder;
menu_mentionable: typeof MentionableSelectMenuBuilder;
menu_role: typeof RoleSelectMenuBuilder;
container: typeof ContainerBuilder;
text_display: typeof TextDisplayBuilder;
file: typeof FileBuilder;
media: typeof MediaGalleryBuilder;
section: typeof SectionBuilder;
separator: typeof SeparatorBuilder;
};const BuilderTypes: {
command: typeof SlashCommandBuilder;
context_menu: typeof ContextMenuCommandBuilder;
subcommand: typeof SlashCommandSubcommandBuilder;
group: typeof SlashCommandSubcommandGroupBuilder;
embed: typeof EmbedBuilder;
modal: typeof ModalBuilder;
label: typeof LabelBuilder;
text_input: typeof TextInputBuilder;
file_upload: typeof FileUploadBuilder;
button: typeof ButtonBuilder;
menu_string: typeof StringSelectMenuBuilder;
menu_option_string: typeof StringSelectMenuOptionBuilder;
menu_user: typeof UserSelectMenuBuilder;
menu_channel: typeof ChannelSelectMenuBuilder;
menu_mentionable: typeof MentionableSelectMenuBuilder;
menu_role: typeof RoleSelectMenuBuilder;
container: typeof ContainerBuilder;
text_display: typeof TextDisplayBuilder;
file: typeof FileBuilder;
media: typeof MediaGalleryBuilder;
section: typeof SectionBuilder;
separator: typeof SeparatorBuilder;
};