foxwells.vinboard: fix attachments try 2
This commit is contained in:
parent
050c2df232
commit
297af07a94
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ async function createBoardMessage(msg, count) {
|
||||||
username: msg.member?.displayName ?? msg.author.username,
|
username: msg.member?.displayName ?? msg.author.username,
|
||||||
threadID: VINBOARD_THREAD_ID,
|
threadID: VINBOARD_THREAD_ID,
|
||||||
embeds: [embed],
|
embeds: [embed],
|
||||||
files: image.file ? [{contents: image.file, filename: "thumb.jpg"}] : null,
|
files: image.file ? [{contents: image.file, name: "thumb.jpg"}] : null,
|
||||||
wait: true,
|
wait: true,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue