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:
parent
9b1b3e9477
commit
4f96c1eb5e
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue