This commit is contained in:
2026-02-28 12:32:12 +01:00
parent ad2014b7b2
commit 314a4ec94b
13 changed files with 35 additions and 121 deletions

View File

@@ -105,7 +105,7 @@ module.exports = {
{ name: '🔄 Type', value: resetType === 'signature' ? 'Signature' : 'Tout le profil', inline: true },
{ name: '📝 Raison', value: reason, inline: false }
)
.setFooter({ text: 'France Femboy Bot • Administration' })
.setFooter({ text: 'Femboy Croissant Bot • Administration' })
.setTimestamp();
await sendLog(interaction.guild, { embeds: [logEmbed] });

View File

@@ -52,7 +52,7 @@ module.exports = {
}
)
.setFooter({
text: `France Femboy Bot • Développé avec passion par Lumi 💞`,
text: `Femboy Croissant Bot • Développé avec passion par Lumi 💞`,
iconURL: interaction.client.user.displayAvatarURL()
})
.setTimestamp();

View File

@@ -304,7 +304,7 @@ async function handleCreate(interaction, ticketType) {
{ name: '📅 Date', value: `<t:${Math.floor(Date.now() / 1000)}:R>`, inline: true }
)
.setThumbnail(interaction.user.displayAvatarURL({ dynamic: true }))
.setFooter({ text: 'France Femboy Bot • Support', iconURL: interaction.client.user.displayAvatarURL() })
.setFooter({ text: 'Femboy Croissant Bot • Support', iconURL: interaction.client.user.displayAvatarURL() })
.setTimestamp();
const row = new ActionRowBuilder().addComponents(
@@ -643,7 +643,7 @@ async function handleCandidatureModalSubmit(interaction) {
{ name: '🆔 ID Ticket', value: `\`${ticketId}\``, inline: true },
{ name: '📅 Soumis le', value: `<t:${Math.floor(Date.now() / 1000)}:F>`, inline: true }
)
.setFooter({ text: 'France Femboy Bot • Recrutement', iconURL: interaction.client.user.displayAvatarURL() })
.setFooter({ text: 'Femboy Croissant Bot • Recrutement', iconURL: interaction.client.user.displayAvatarURL() })
.setTimestamp();
const row = new ActionRowBuilder().addComponents(