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() });