#Modal

8 messages · Page 1 of 1 (latest)

carmine torrent
#

Hi, is it possible to make a modal appear by pressing a button using discordjs v14.11.0?

thorn hedgeBOT
#

• What's your exact discord.js npm list discord.js and node node -v version?
• Post the full error stack trace, not just the top part!
• Show your code!
• Explain what exactly your issue is.
• Not a discord.js issue? Check out #useful-servers.

vital patio
#

<ButtonInteraction>.showModal(<Modal>)

carmine torrent
vital patio
#

a button interactionj

carmine torrent
#

this ? ```js
const ButtonInteraction = await interaction.reply({
embeds: [embed],
components: [row],
fetchReply: true,
});

vital patio
#

no
an interaction where a button got clicked

carmine torrent
#

THANKS