-
Notifications
You must be signed in to change notification settings - Fork 0
Embed.timestamp
github-actions[bot] edited this page Sep 30, 2024
·
2 revisions
timestamp for the embed, goes to the right of the footer
type: Timestamp.embed
let timestamp = new app.Timestamp();
let embed = new Embed({
title: "Example",
timestamp: timestamp.embed
});