Send ActionRowBuilder as Message
I can't send my action row as message after creation.
I did exactly the same shown at https://discordjs.guide/interactions/select-menus.html#building-and-sending-select-menus.
But when giving the action row into the components array of interaction.reply it says "Type ActionRowBuilder is not assignable to type APIActionRowComponent".
What did I wrong?
discord.js Guide
Imagine a guide... that explores the many possibilities for your discord.js bot.
3 Replies
• 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.new ActionRowBuilder<SelectMenuBuilder>()
Oh, well. Thanks.
Not seeing the sense here but it's working 🙂