From c2301203cda187bd5ed3befe64e4abb926f1b63b Mon Sep 17 00:00:00 2001 From: *x1 Date: Wed, 29 May 2024 19:24:48 +0200 Subject: [PATCH] Update rep.js --- commands/casino/rep.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() })