feat: add emoji parsing and link accessory building for display components

This commit is contained in:
2025-09-20 18:05:19 -05:00
parent 62792633a6
commit 6f06b0b99e
2 changed files with 60 additions and 54 deletions

View File

@@ -416,7 +416,7 @@ export const command: CommandMessage = {
break;
}
// @ts-ignore
const reply = await i.reply({ flags: 64, content: 'Selecciona el elemento que quieres duplicar:', components: [{ type: 1, components: [{ type: 3, custom_id: 'duplicate_select', placeholder: 'Elige un elemento', options }] }], fetchReply: true });
await i.reply({ flags: 64, content: 'Selecciona el elemento que quieres duplicar:', components: [{ type: 1, components: [{ type: 3, custom_id: 'duplicate_select', placeholder: 'Elige un elemento', options }] }] });
// @ts-ignore
const replyMsg = await i.fetchReply();
// @ts-ignore