presence: add created_at as embed timestamp
This commit is contained in:
parent
e87b2240e7
commit
72ca402bcd
1 changed files with 2 additions and 0 deletions
|
@ -322,6 +322,8 @@ presence.callback = async function (msg, line) {
|
|||
}
|
||||
}
|
||||
|
||||
embed.timestamp = new Date(activity.created_at).toISOString();
|
||||
|
||||
embeds.push(embed);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue