From d6c42fda3c13eae08b0d1b5b3c088fea596f2335 Mon Sep 17 00:00:00 2001 From: *x1 Date: Wed, 19 Jun 2024 09:22:49 +0200 Subject: [PATCH] Add alliances sys (partit 8) --- commands/bot control/help.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/bot control/help.js b/commands/bot control/help.js index a8f816f..245f7d6 100644 --- a/commands/bot control/help.js +++ b/commands/bot control/help.js @@ -185,7 +185,7 @@ module.exports = { const embedPage10 = new EmbedBuilder() .setTitle('👑・Alliance') .setThumbnail(message.guild.iconURL()) - .setDescription(commandsList(client, 'Alliance', prefix)) + .setDescription(commandsList(client, 'alliance', prefix)) .setColor(await embedColor(message.author.id, message.guild.id)) .setTimestamp() .setFooter({ text: `Page 11/11 | Demandé par ${message.author.tag}`, iconURL: message.author.displayAvatarURL() });