From dea024507bd3d41b43d08abba2c88fb9fece6cf7 Mon Sep 17 00:00:00 2001 From: Louis Mazin Date: Tue, 13 Jan 2026 00:18:04 +0100 Subject: [PATCH] test --- commands/utility/afficher-lies.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/utility/afficher-lies.js b/commands/utility/afficher-lies.js index 132775f..ffaf148 100644 --- a/commands/utility/afficher-lies.js +++ b/commands/utility/afficher-lies.js @@ -30,7 +30,7 @@ module.exports = { .setColor(0x0099FF) .setTitle(i === 0 ? '🔗 Liste des comptes liés' : null) .setDescription(i === 0 ? `Total: **${links.length}** compte(s) lié(s)` : null) - .setTimestamp(i+1 === links.length ? new Date() : null); + .setTimestamp(i === links.length ? new Date() : null); for (const link of chunk) { const user = await interaction.client.users.fetch(link.discord_id).catch(() => null);