How to properly send components with a message?
I've tried both of these and I can't seem to get the appropriate type and since the official guide hasn't been updated yet, I'm really struggling with updating my existing code. Would appreciate any pointers in the right direction here. Thanks!
6 Replies
The first should work, but where's the message to go with it?
You can't send them on their own
There's also an embed property as well but I've excluded it here since I thought it was irrelevant for this example.
Here's the type error associated with the first example
Yep, can't figure it out for the life of me..
Do you use TypeScript
I do
ActionRowBuilder<ButtonBuilder>
Try setting the genericType 'ActionRowBuilder<AnyComponentBuilder>' has no signatures for which the type argument list is applicable.