diff --git a/commands/casino/rep.js b/commands/casino/rep.js index 8b08451..604a95d 100644 --- a/commands/casino/rep.js +++ b/commands/casino/rep.js @@ -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() })