diff --git a/commands/bot control/help.js b/commands/bot control/help.js index c1a0ef2..4caa855 100644 --- a/commands/bot control/help.js +++ b/commands/bot control/help.js @@ -105,7 +105,7 @@ module.exports = { i.update({ embeds: [embedPage5], components: [row], allowedMentions: { repliedUser: false } }); } else if (page === 6) { const embedPage6 = new EmbedBuilder() - .setTitle('🛡️ Teams') + .setTitle('💼 Teams') .setThumbnail(message.guild.iconURL()) .setDescription(commandsList(client, 'teams')) .setColor(await embedColor(message.author.id, message.guild.id)) @@ -115,9 +115,9 @@ module.exports = { i.update({ embeds: [embedPage6], components: [row], allowedMentions: { repliedUser: false } }); } else if (page === 7) { const embedPage7 = new EmbedBuilder() - .setTitle('💼 Teams 2') + .setTitle('🛡️ Teams administration') .setThumbnail(message.guild.iconURL()) - .setDescription(`page 7`) + .setDescription(commandsList(client, 'teams admin')) .setColor(await embedColor(message.author.id, message.guild.id)) .setTimestamp() .setFooter({ text: `Page 7/10 | Demandé par ${message.author.tag}`, iconURL: message.author.displayAvatarURL() });