From eda53365708838feacf1f65d2d43a3f3d402d2bd Mon Sep 17 00:00:00 2001 From: Helloyunho Date: Tue, 7 May 2024 19:00:36 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=EF=B8=8F=20fix:=20creating=20actio?= =?UTF-8?q?nrow=20makes=20circular=20ref?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit closes #379 ...this just doesnt make sense --- src/structures/messageComponents.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structures/messageComponents.ts b/src/structures/messageComponents.ts index 8b9f9a4a..43b761f2 100644 --- a/src/structures/messageComponents.ts +++ b/src/structures/messageComponents.ts @@ -26,7 +26,7 @@ export class MessageComponents extends Array { cb(components) this.push({ type: MessageComponentType.ACTION_ROW, - components: this as MessageComponentData[] + components }) return this }