From 7e492a4951e3e6fe1609adb26062cca88fa8575d Mon Sep 17 00:00:00 2001 From: shni Date: Wed, 24 Sep 2025 17:24:16 -0500 Subject: [PATCH] feat: update thumbnail button to include emoji in embed creation --- src/commands/messages/alliaces/createEmbedv2.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/messages/alliaces/createEmbedv2.ts b/src/commands/messages/alliaces/createEmbedv2.ts index 620f32a..c7dd0e9 100644 --- a/src/commands/messages/alliaces/createEmbedv2.ts +++ b/src/commands/messages/alliaces/createEmbedv2.ts @@ -22,7 +22,7 @@ const btns = (disabled = false) => ([ components: [ { style: ButtonStyle.Secondary, type: 2, label: "๐Ÿ–ผ๏ธ Imagen", disabled, custom_id: "add_image" }, { style: ButtonStyle.Secondary, type: 2, label: "๐Ÿ–ผ๏ธ Portada", disabled, custom_id: "cover_image" }, - { style: ButtonStyle.Secondary, type: 2, label: "๐Ÿ“Ž Thumbnail", disabled, custom_id: "edit_thumbnail" }, + { style: ButtonStyle.Secondary, type: 2, emoji: "1420535460773498891", label: "Thumbnail", disabled, custom_id: "edit_thumbnail" }, { style: ButtonStyle.Secondary, type: 2, label: "๐Ÿ”— Crear Botรณn Link", disabled, custom_id: "edit_link_button" }, { style: ButtonStyle.Primary, type: 2, label: "๐Ÿ”„ Mover", disabled, custom_id: "move_block" } ]