We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08a4606 commit eda5336Copy full SHA for eda5336
src/structures/messageComponents.ts
@@ -26,7 +26,7 @@ export class MessageComponents extends Array<MessageComponentData> {
26
cb(components)
27
this.push({
28
type: MessageComponentType.ACTION_ROW,
29
- components: this as MessageComponentData[]
+ components
30
})
31
return this
32
}
0 commit comments