Update text
This commit is contained in:
parent
b264ea6e4d
commit
19d003d815
2
index.js
2
index.js
|
@ -215,7 +215,7 @@ Client.on("interactionCreate", async (interaction) => {
|
||||||
{ name: "SPID", value: `\`${lrn.spid}\`` || "`NULL`", inline: true },
|
{ name: "SPID", value: `\`${lrn.spid}\`` || "`NULL`", inline: true },
|
||||||
{ name: "Activation Date", value: `<t:${Math.floor(lrn.activation)}>` }
|
{ 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(),
|
timestamp: new Date(cached.timestamp).toISOString(),
|
||||||
color: 0x00FF00
|
color: 0x00FF00
|
||||||
}]
|
}]
|
||||||
|
|
Loading…
Reference in a new issue