Methods
Last updated
Was this helpful?
Last updated
Was this helpful?
Responds to an interaction. ****
Edits an interaction response that was sent using the .reply()
method. ****
Deletes an interaction response that was sent using the .reply()
method. ****
Follow-up messages and interaction responses work with a unique interaction token which is generated when an interaction is created. This unique token is only valid for 15 minutes. Then, interaction response/follow-up messages sent after that won't be successful.
Check to see if an interaction is a component. Returns a boolean.
Check to see if an interaction is a command. Returns a boolean.
Follow-up messages allow you to send multiple messages from a single interaction. ****
Using flags we can create ephemeral (private) responses. ****
This will only respond to the author of the interaction, find the
With Shandler's newest update we can now react to messages. ****
Using Discord.js MessageAttachments, we are able to send attachments in our interactions. ****
Using Discord.js MessageEmbeds, we are able to send embeds in our interactions. ****
Send type 5 replies with ease. ****