From 28611560fc7dd6841c609795fa49cda106cb1571 Mon Sep 17 00:00:00 2001 From: shnimlz Date: Sat, 20 Sep 2025 16:48:03 -0500 Subject: [PATCH] ni yo se que hice xda --- src/commands/messages/alliaces/createEmbedv2.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/commands/messages/alliaces/createEmbedv2.ts b/src/commands/messages/alliaces/createEmbedv2.ts index 4444c09..17a4e24 100644 --- a/src/commands/messages/alliaces/createEmbedv2.ts +++ b/src/commands/messages/alliaces/createEmbedv2.ts @@ -1044,7 +1044,10 @@ export const command: CommandMessage = { } else if (b.customId.startsWith('delete_link_button_')) { delete textComp.linkButton; await b.update({ content: '✅ Botón link eliminado.', components: [] }); - await updateEditor(editorMessage, { components: [await renderPreview(blockState, message.member, message.guild), ...btns(false)] }); + await updateEditor(editorMessage, { + display: await renderPreview(blockState, message.member, message.guild), + components: btns(false) + }); } }); } else {