This commit is contained in:
parent
99b489fb99
commit
2c74e91c7e
@ -71,7 +71,7 @@ module.exports = {
|
||||
|
||||
// 4 - Verificar se o membro já tem o 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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user