feat(event/client): adding the timestamp on the log

This commit is contained in:
Raphael 2025-11-25 15:16:54 +01:00 committed by Raphaël
parent 536b33ba64
commit 96dabb6693

View file

@ -45,6 +45,7 @@ export default {
} }
const toRep = new EmbedBuilder() const toRep = new EmbedBuilder()
.setColor(guildData.color) .setColor(guildData.color)
.setTimestamp()
.setFooter({ .setFooter({
text: guildData.footer, text: guildData.footer,
}) })