Typescript: ActionRowBuilder<> is not assignable.
I seem to be getting this error:
I'm using the code from the djs guide.
4 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.In TypeScript the
ActionRowBuilder
class has a generic type parameter that specifies the type of component the action row holds:
legend