Creates a slash command interaction structure.
The client instance.
The raw interaction data from Discord.
The channel that this interaction belongs to.
The id of the channel that this interaction belongs to.
The raw slash command data from Discord.
The guild that this interaction belongs to.
The id of the guild that this interaction belongs to.
The id of the interaction.
The member that triggered the interaction, if it was run in a guild.
The id of the member that triggered the interaction, if it was run in a guild.
The options provided with the slash command.
The token of the interaction.
The type of interaction.
Edits a response to an interaction. Works up to 15 minutes after the response was sent.
Optional
options: {The new interaction response options.
Optional
components?: MessageComponentsThe new components to send with the interaction response.
Optional
content?: stringThe new content of the interaction response.
Optional
embeds?: Embed[]The new embeds to send with the interaction response.
Optional
files?: FileUpload[]The new files to send with the interaction response.
Replies to an interaction.
Optional
options: {An embed, components, and whether the response should be as an ephemeral message.
Optional
components?: MessageComponentsThe components to send with the interaction response.
Optional
content?: stringThe content of the interaction response.
Optional
embeds?: Embed[]The embeds to send with the interaction response.
Optional
files?: FileUpload[]The files to send with the interaction response.
Optional
quiet?: booleanWhether the response should be an ephemeral message.
Prompts a user to enter text using a modal.
Modal options.
The custom id of the modal.
The text input modal.
The title of the modal.
Returns the JSON representation of this structure.
Optional
format: JsonTypesThe format to return the data in.
Static
deleteStatic
editEdits a response to an interaction. Works up to 15 minutes after the response was sent.
The client instance.
The interaction token.
Optional
options: {The new interaction response options.
Optional
components?: MessageComponentsThe new components to send with the interaction response.
Optional
content?: stringThe new content of the interaction response.
Optional
embeds?: Embed[]The new embeds to send with the interaction response.
Optional
files?: FileUpload[]The new files to send with the interaction response.
Represents a slash command.
See
https://discord.com/developers/docs/interactions/slash-commands