#TS Inconsistency for message components

1 messages · Page 1 of 1 (latest)

delicate oak

I was trying to send components using a basic send function from a sendable channel.
The docs says I can send an array of ActionRowBuilder which is what I am trying to do but I get a TS error.
When looking at the typings we can see that components from BaseMessageOptions doesn't have ActionRowBuilder as option.
Are the types or the docs wrong? Or am I missing something?