corrige une faute

This commit is contained in:
arthur
2024-05-29 17:26:21 +02:00
parent 6205434d4f
commit 0f7b3e62c7
+1 -1
View File
@@ -87,7 +87,7 @@ module.exports = {
}
const embed = new EmbedBuilder()
.setTitle('🛡️ Invitation à l\'équipe')
.setDescription(`<@${userToInvite.id}> s rejoint l\'équipe.`)
.setDescription(`<@${userToInvite.id}> rejoint l\'équipe.`)
.setColor(color)
.setTimestamp()
.setFooter({ text: `Demandé par ${message.author.tag}`, iconURL: message.author.displayAvatarURL() });