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.' }); } }, };