Update folder

This commit is contained in:
*x1
2024-05-27 21:19:28 +02:00
parent 0d2e57eb69
commit 930c1ee57b
+3 -3
View File
@@ -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() });