Update rep.js

This commit is contained in:
*x1
2024-05-29 19:24:48 +02:00
parent acb6311c51
commit c2301203cd
+1 -1
View File
@@ -83,7 +83,7 @@ module.exports = {
message.reply({ embeds: [
new EmbedBuilder()
.setTitle('Reputation ajouté !')
.setDescription('Vous avez ajouter une reputation à <@' + member + '>, qui a maintement `' + userReputation + 1 + '` reputation !')
.setDescription('Vous avez ajouter une reputation à <@' + member + '>, qui a maintement `' + (userReputation + 1) + '` reputation !')
.setColor(await embedColor(message.author.id, message.guild.id))
.setTimestamp()
.setFooter({ text: `Demandé par ${message.author.tag}`, iconURL: message.author.displayAvatarURL() })