3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-07-13 13:57:18 +00:00

chore: update backend/src/plugins/Starboard/util/createStarboardEmbedFromMessage.ts

Co-authored-by: Almeida <42935195+almeidx@users.noreply.github.com>
This commit is contained in:
vcokltfre 2021-03-19 12:14:34 +00:00 committed by GitHub
parent 9b1b3e9477
commit 4f96c1eb5e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ export function createStarboardEmbedFromMessage(msg: Message, copyFullEmbed: boo
},
fields: [],
timestamp: new Date(msg.timestamp).toISOString(),
color: color,
color,
};
if (msg.author.avatarURL) {