ODSlashCommandBuilder interface
under construction
We are still working the API Reference! This page might be incomplete or doesn't contain all details!
Overview
The builder for slash commands. Here you can add options to the command.
Properties
contexts array ➜ discord-api-types.InteractionContextType[]
This field is required in Open Ticket for future compatibility.
inherited optional defaultMemberPermissions type ➜ null|discord.PermissionResolvable
(no description)
inherited description string ➜ string
(no description)
inherited optional descriptionLocalizations type ➜ Partial
(no description)
optional dmPermission boolean ➜ boolean
(no description)
integrationTypes array ➜ discord-api-types.ApplicationIntegrationType[]
This field is required in Open Ticket for future compatibility.
inherited name string ➜ string
(no description)
inherited optional nameLocalizations type ➜ Partial
(no description)
inherited optional nsfw boolean ➜ boolean
(no description)
inherited optional options type ➜ readonly (discord.ApplicationCommandOptionData[])
(no description)
inherited optional type type ➜ discord-api-types.ChatInput
(no description)