From 7d5b11477ffa2b61c6f425c8a6a2be41d01d3ddf Mon Sep 17 00:00:00 2001 From: Bxio Date: Thu, 1 May 2025 23:40:54 +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 6aeb8c8..8c2cc7f 100644 --- a/src/commands/Community/meta.js +++ b/src/commands/Community/meta.js @@ -50,11 +50,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.' }); }