foxwells.vinboard: fix timestamp
This commit is contained in:
parent
ea0cc9d4b4
commit
d99f88d9c0
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ async function createBoardMessage(msg, count, fetchAttachment = true) {
|
|||
value: `[Jump](${msg.jumpLink})`,
|
||||
},
|
||||
],
|
||||
timestamp: msg.timestamp,
|
||||
timestamp: new Date(msg.timestamp).toISOString(),
|
||||
};
|
||||
|
||||
let image;
|
||||
|
|
Loading…
Reference in a new issue