feat(event/guild): adding the timestamp on the log
This commit is contained in:
parent
96dabb6693
commit
9cf864f56e
1 changed files with 1 additions and 0 deletions
|
|
@ -65,6 +65,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,
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue