This commit is contained in:
Bxio 2025-04-27 02:30:37 +01:00
parent bcf8a215e9
commit 99b489fb99

View File

@ -71,7 +71,7 @@ module.exports = {
// 4 - Verificar se o membro já tem o cargo
if (member.roles.cache.has(cargo)) {
return await interaction.reply({ content: `❗ O membro ${nome.username} já possui o cargo <@&${cargo}>.`, ephemeral: true });
return await interaction.followUp({ content: `❗ O membro ${nome.username} já possui o cargo <@&${cargo}>.`, ephemeral: true });
}
// 5 - Adicionar o cargo