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

This commit is contained in:
Raphael 2025-11-25 15:13:36 +01:00 committed by Raphaël
parent 2fdff650cc
commit a8a1815287
3 changed files with 3 additions and 0 deletions

View file

@ -22,6 +22,7 @@ export default {
})
.setTitle('🗑️ | Message Deleted')
.setColor(guildData.color)
.setTimestamp()
.setFooter({
text: guildData.footer,
})