This commit is contained in:
Bxio 2025-04-27 02:31:54 +01:00
parent 99b489fb99
commit 2c74e91c7e

View File

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