This commit is contained in:
Bxio 2025-04-27 02:47:49 +01:00
parent 6995b89608
commit e91fc11589

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.editReply()({ 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