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

This commit is contained in:
Raphael 2025-11-25 15:17:05 +01:00 committed by Raphaël
parent 96dabb6693
commit 9cf864f56e

View file

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