This commit is contained in:
parent
bcf8a215e9
commit
99b489fb99
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user