Update text

This commit is contained in:
Christopher Cookman 2025-05-28 11:03:24 -06:00
parent b264ea6e4d
commit 19d003d815

View file

@ -215,7 +215,7 @@ Client.on("interactionCreate", async (interaction) => {
{ name: "SPID", value: `\`${lrn.spid}\`` || "`NULL`", inline: true },
{ name: "Activation Date", value: `<t:${Math.floor(lrn.activation)}>` }
],
footer: { text: "This is cached data. Expires" },
footer: { text: "This is cached data. Cached" },
timestamp: new Date(cached.timestamp).toISOString(),
color: 0x00FF00
}]