Update micro correction trep + update help

This commit is contained in:
*x1
2024-06-19 16:03:13 +02:00
parent a4a06c034d
commit 19a55e3cc2
2 changed files with 15 additions and 25 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ module.exports = {
const embed = new EmbedBuilder()
.setTitle('Reputation ajouté !')
.setDescription('Vous avez ajouter une reputation à la team `' + team.name + '`, qui a maintement `' + team.reputation + 1 + '` reputation !')
.setDescription('Vous avez ajouter une reputation à la team `' + team.name + '`, qui a maintement `' + (team.reputation + 1) + '` reputation !')
.setColor(await embedColor(message.author.id, message.guild.id))
.setTimestamp()
.setFooter({ text: `Demandé par ${message.author.tag}`, iconURL: message.author.displayAvatarURL() });