Skip to content

Commit

Permalink
🚑️ fix: creating actionrow makes circular ref
Browse files Browse the repository at this point in the history
closes #379
...this just doesnt make sense
  • Loading branch information
Helloyunho committed May 7, 2024
1 parent 08a4606 commit eda5336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/structures/messageComponents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export class MessageComponents extends Array<MessageComponentData> {
cb(components)
this.push({
type: MessageComponentType.ACTION_ROW,
components: this as MessageComponentData[]
components
})
return this
}
Expand Down

0 comments on commit eda5336

Please sign in to comment.