Sends a message to a channel.
Discord channel object.
Optional
options: MessageCreateOptions = {}Options for the channel message
Replies to a command interaction by sending a message.
Discord command interaction object.
Optional
options: InteractionReplyOptions = {}Custom options for the interaction reply method.
Sends an ephemeral message as a reply to a command interaction.
Optional
initialContent: ReactNodeUse reacord.createInteractionReply(interaction, { ephemeral: true })
Sends a message as a reply to a command interaction.
Optional
initialContent: ReactNodeUse reacord.createInteractionReply() instead.
Sends a message to a channel.
Optional
initialContent: ReactNodeUse reacord.createChannelMessage() instead.
Generated using TypeDoc
The Reacord adapter for Discord.js.