feat(event/client): adding the timestamp on the log
This commit is contained in:
parent
536b33ba64
commit
96dabb6693
1 changed files with 1 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ export default {
|
|||
}
|
||||
const toRep = new EmbedBuilder()
|
||||
.setColor(guildData.color)
|
||||
.setTimestamp()
|
||||
.setFooter({
|
||||
text: guildData.footer,
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue