#Raw Data About Components
1 messages · Page 1 of 1 (latest)
interaction.channel.send({ content: "hi", type: 1, components: [{ style: 2, label: "test", custom_id: "test"}] })```
Shouldn't it be inside components?
You showed it me like that, or yeah I got it wrong
interaction.channel.send({ content: "hi", components: [{type: 1, components: [{ style: 2, label: "test", custom_id: "test"}]}] })
components inside components
Yep
oh
You showed it inside curly brackets
without property, that confused me for a moment :D
I showed this lol l
[{type: 1, components: [{button json here}]}]
I assumed you knew where to put that
Lol
👍
Hmmm
unknown component type?
OHHHH
interaction.channel.send({ content: "hi", components: [{type: 1, components: [{ type: 2, style: 2, label: "test", custom_id: "test"}]}] })
Try that
Yeah we just missed the part of type of second components :D
I just noticed that too xD
Yeah lol hahaha