From 5c7664702739e665b9805ea45dd461a4a8a2eaf4 Mon Sep 17 00:00:00 2001 From: Bxio Date: Thu, 1 May 2025 23:33:46 +0100 Subject: [PATCH] --- src/commands/Community/meta.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/commands/Community/meta.js b/src/commands/Community/meta.js index f2b5c55..2046ef3 100644 --- a/src/commands/Community/meta.js +++ b/src/commands/Community/meta.js @@ -114,11 +114,11 @@ const { }); }); - await interaction.reply({ embeds: [embed] }); + await interaction.editReply({ embeds: [embed] }); } catch (error) { console.error('Erro ao buscar usuários:', error); - await interaction.reply({ content: '❌ Erro ao carregar informações dos usuários.' }); + await interaction.editReply({ content: '❌ Erro ao carregar informações dos usuários.' }); } }, };